#[non_exhaustive]pub struct DescribeVirtualGatewayOutput { /* private fields */ }
Implementations§
source§impl DescribeVirtualGatewayOutput
impl DescribeVirtualGatewayOutput
sourcepub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
pub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
The full description of your virtual gateway.
source§impl DescribeVirtualGatewayOutput
impl DescribeVirtualGatewayOutput
sourcepub fn builder() -> DescribeVirtualGatewayOutputBuilder
pub fn builder() -> DescribeVirtualGatewayOutputBuilder
Creates a new builder-style object to manufacture DescribeVirtualGatewayOutput
.
Trait Implementations§
source§impl Clone for DescribeVirtualGatewayOutput
impl Clone for DescribeVirtualGatewayOutput
source§fn clone(&self) -> DescribeVirtualGatewayOutput
fn clone(&self) -> DescribeVirtualGatewayOutput
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 Debug for DescribeVirtualGatewayOutput
impl Debug for DescribeVirtualGatewayOutput
source§impl PartialEq<DescribeVirtualGatewayOutput> for DescribeVirtualGatewayOutput
impl PartialEq<DescribeVirtualGatewayOutput> for DescribeVirtualGatewayOutput
source§fn eq(&self, other: &DescribeVirtualGatewayOutput) -> bool
fn eq(&self, other: &DescribeVirtualGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeVirtualGatewayOutput
impl RequestId for DescribeVirtualGatewayOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeVirtualGatewayOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeVirtualGatewayOutput
impl Send for DescribeVirtualGatewayOutput
impl Sync for DescribeVirtualGatewayOutput
impl Unpin for DescribeVirtualGatewayOutput
impl UnwindSafe for DescribeVirtualGatewayOutput
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