Struct rtnetlink::NeighbourDelRequest
source · pub struct NeighbourDelRequest { /* private fields */ }
Implementations§
source§impl NeighbourDelRequest
impl NeighbourDelRequest
pub fn message_mut(&mut self) -> &mut NeighbourMessage
Auto Trait Implementations§
impl Freeze for NeighbourDelRequest
impl !RefUnwindSafe for NeighbourDelRequest
impl Send for NeighbourDelRequest
impl Sync for NeighbourDelRequest
impl Unpin for NeighbourDelRequest
impl !UnwindSafe for NeighbourDelRequest
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