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