pub struct NetworkingBfdStatusThen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for NetworkingBfdStatusThen
impl !RefUnwindSafe for NetworkingBfdStatusThen
impl !Send for NetworkingBfdStatusThen
impl !Sync for NetworkingBfdStatusThen
impl Unpin for NetworkingBfdStatusThen
impl UnsafeUnpin for NetworkingBfdStatusThen
impl !UnwindSafe for NetworkingBfdStatusThen
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