pub struct AttachNetworkInterfaceResult {
pub attachment_id: Option<String>,
}Expand description
Contains the output of AttachNetworkInterface.
Fields§
§attachment_id: Option<String>The ID of the network interface attachment.
Trait Implementations§
Source§impl Clone for AttachNetworkInterfaceResult
impl Clone for AttachNetworkInterfaceResult
Source§fn clone(&self) -> AttachNetworkInterfaceResult
fn clone(&self) -> AttachNetworkInterfaceResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttachNetworkInterfaceResult
impl Debug for AttachNetworkInterfaceResult
Source§impl Default for AttachNetworkInterfaceResult
impl Default for AttachNetworkInterfaceResult
Source§fn default() -> AttachNetworkInterfaceResult
fn default() -> AttachNetworkInterfaceResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for AttachNetworkInterfaceResult
impl PartialEq for AttachNetworkInterfaceResult
Source§fn eq(&self, other: &AttachNetworkInterfaceResult) -> bool
fn eq(&self, other: &AttachNetworkInterfaceResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttachNetworkInterfaceResult
Auto Trait Implementations§
impl Freeze for AttachNetworkInterfaceResult
impl RefUnwindSafe for AttachNetworkInterfaceResult
impl Send for AttachNetworkInterfaceResult
impl Sync for AttachNetworkInterfaceResult
impl Unpin for AttachNetworkInterfaceResult
impl UnwindSafe for AttachNetworkInterfaceResult
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