pub struct LldpService { /* private fields */ }Implementations§
Source§impl LldpService
impl LldpService
Auto Trait Implementations§
impl Freeze for LldpService
impl !RefUnwindSafe for LldpService
impl Send for LldpService
impl Sync for LldpService
impl Unpin for LldpService
impl UnsafeUnpin for LldpService
impl !UnwindSafe for LldpService
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