#[non_exhaustive]pub struct AllocateTransitVirtualInterfaceOutput { /* private fields */ }Implementations§
source§impl AllocateTransitVirtualInterfaceOutput
impl AllocateTransitVirtualInterfaceOutput
sourcepub fn virtual_interface(&self) -> Option<&VirtualInterface>
pub fn virtual_interface(&self) -> Option<&VirtualInterface>
Information about a virtual interface.
source§impl AllocateTransitVirtualInterfaceOutput
impl AllocateTransitVirtualInterfaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllocateTransitVirtualInterfaceOutput.
Trait Implementations§
source§impl Clone for AllocateTransitVirtualInterfaceOutput
impl Clone for AllocateTransitVirtualInterfaceOutput
source§fn clone(&self) -> AllocateTransitVirtualInterfaceOutput
fn clone(&self) -> AllocateTransitVirtualInterfaceOutput
Returns a copy 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 PartialEq<AllocateTransitVirtualInterfaceOutput> for AllocateTransitVirtualInterfaceOutput
impl PartialEq<AllocateTransitVirtualInterfaceOutput> for AllocateTransitVirtualInterfaceOutput
source§fn eq(&self, other: &AllocateTransitVirtualInterfaceOutput) -> bool
fn eq(&self, other: &AllocateTransitVirtualInterfaceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.