pub struct LinkDelPropRequest { /* private fields */ }Implementations§
Source§impl LinkDelPropRequest
impl LinkDelPropRequest
Sourcepub fn message_mut(&mut self) -> &mut LinkMessage
pub fn message_mut(&mut self) -> &mut LinkMessage
Return a mutable reference to the request
Sourcepub fn alt_ifname(self, alt_ifnames: &[&str]) -> Self
pub fn alt_ifname(self, alt_ifnames: &[&str]) -> Self
Remove alternative name to the link. This is equivalent to ip link property del altname ALT_IFNAME dev LINK.
Auto Trait Implementations§
impl Freeze for LinkDelPropRequest
impl !RefUnwindSafe for LinkDelPropRequest
impl Send for LinkDelPropRequest
impl Sync for LinkDelPropRequest
impl Unpin for LinkDelPropRequest
impl !UnwindSafe for LinkDelPropRequest
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