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