#[non_exhaustive]pub struct AllocateTransitVirtualInterfaceOutput { /* private fields */ }Implementations
sourceimpl AllocateTransitVirtualInterfaceOutput
impl AllocateTransitVirtualInterfaceOutput
sourcepub fn virtual_interface(&self) -> Option<&VirtualInterface>
pub fn virtual_interface(&self) -> Option<&VirtualInterface>
Information about a virtual interface.
sourceimpl AllocateTransitVirtualInterfaceOutput
impl AllocateTransitVirtualInterfaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllocateTransitVirtualInterfaceOutput.
Trait Implementations
sourceimpl Clone for AllocateTransitVirtualInterfaceOutput
impl Clone for AllocateTransitVirtualInterfaceOutput
sourcefn clone(&self) -> AllocateTransitVirtualInterfaceOutput
fn clone(&self) -> AllocateTransitVirtualInterfaceOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AllocateTransitVirtualInterfaceOutput> for AllocateTransitVirtualInterfaceOutput
impl PartialEq<AllocateTransitVirtualInterfaceOutput> for AllocateTransitVirtualInterfaceOutput
sourcefn eq(&self, other: &AllocateTransitVirtualInterfaceOutput) -> bool
fn eq(&self, other: &AllocateTransitVirtualInterfaceOutput) -> bool
impl StructuralPartialEq for AllocateTransitVirtualInterfaceOutput
Auto Trait Implementations
impl RefUnwindSafe for AllocateTransitVirtualInterfaceOutput
impl Send for AllocateTransitVirtualInterfaceOutput
impl Sync for AllocateTransitVirtualInterfaceOutput
impl Unpin for AllocateTransitVirtualInterfaceOutput
impl UnwindSafe for AllocateTransitVirtualInterfaceOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more