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