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