pub struct DropLinkLocal {
pub name: String,
}
Expand description
A wrapper for a link name that deletes the associated IPv6 link localaddress when dropped. Mostly for testing purposes< carefully.
Fields§
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropLinkLocal
impl RefUnwindSafe for DropLinkLocal
impl Send for DropLinkLocal
impl Sync for DropLinkLocal
impl Unpin for DropLinkLocal
impl UnwindSafe for DropLinkLocal
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