pub struct VZNATNetworkDeviceAttachment(/* private fields */);
Expand description
configure of NAT network device attachment
Implementations§
Source§impl VZNATNetworkDeviceAttachment
impl VZNATNetworkDeviceAttachment
pub fn new() -> VZNATNetworkDeviceAttachment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VZNATNetworkDeviceAttachment
impl RefUnwindSafe for VZNATNetworkDeviceAttachment
impl !Send for VZNATNetworkDeviceAttachment
impl !Sync for VZNATNetworkDeviceAttachment
impl Unpin for VZNATNetworkDeviceAttachment
impl UnwindSafe for VZNATNetworkDeviceAttachment
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