pub struct NetworkingBgpAnnounceSetUpdateWhen(/* private fields */);Implementations§
Source§impl NetworkingBgpAnnounceSetUpdateWhen
impl NetworkingBgpAnnounceSetUpdateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &BgpAnnounceSetCreate) -> Self
Auto Trait Implementations§
impl Freeze for NetworkingBgpAnnounceSetUpdateWhen
impl !RefUnwindSafe for NetworkingBgpAnnounceSetUpdateWhen
impl !Send for NetworkingBgpAnnounceSetUpdateWhen
impl !Sync for NetworkingBgpAnnounceSetUpdateWhen
impl Unpin for NetworkingBgpAnnounceSetUpdateWhen
impl UnsafeUnpin for NetworkingBgpAnnounceSetUpdateWhen
impl !UnwindSafe for NetworkingBgpAnnounceSetUpdateWhen
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