Struct rtnetlink::NeighbourGetRequest
source · pub struct NeighbourGetRequest { /* private fields */ }
Implementations§
source§impl NeighbourGetRequest
impl NeighbourGetRequest
sourcepub fn proxies(self) -> Self
pub fn proxies(self) -> Self
List neighbor proxies in the system (equivalent to: ip neighbor show proxy
).
pub fn set_family(self, ip_version: IpVersion) -> Self
sourcepub fn execute(self) -> impl TryStream<Ok = NeighbourMessage, Error = Error>
pub fn execute(self) -> impl TryStream<Ok = NeighbourMessage, Error = Error>
Execute the request
sourcepub fn message_mut(&mut self) -> &mut NeighbourMessage
pub fn message_mut(&mut self) -> &mut NeighbourMessage
Return a mutable reference to the request
Auto Trait Implementations§
impl Freeze for NeighbourGetRequest
impl !RefUnwindSafe for NeighbourGetRequest
impl Send for NeighbourGetRequest
impl Sync for NeighbourGetRequest
impl Unpin for NeighbourGetRequest
impl !UnwindSafe for NeighbourGetRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more