Struct aws_sdk_directconnect::operation::describe_virtual_gateways::DescribeVirtualGatewaysInput
source · #[non_exhaustive]pub struct DescribeVirtualGatewaysInput {}Implementations§
source§impl DescribeVirtualGatewaysInput
impl DescribeVirtualGatewaysInput
sourcepub fn builder() -> DescribeVirtualGatewaysInputBuilder
pub fn builder() -> DescribeVirtualGatewaysInputBuilder
Creates a new builder-style object to manufacture DescribeVirtualGatewaysInput.
Trait Implementations§
source§impl Clone for DescribeVirtualGatewaysInput
impl Clone for DescribeVirtualGatewaysInput
source§fn clone(&self) -> DescribeVirtualGatewaysInput
fn clone(&self) -> DescribeVirtualGatewaysInput
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 DescribeVirtualGatewaysInput
impl Debug for DescribeVirtualGatewaysInput
source§impl PartialEq for DescribeVirtualGatewaysInput
impl PartialEq for DescribeVirtualGatewaysInput
source§fn eq(&self, other: &DescribeVirtualGatewaysInput) -> bool
fn eq(&self, other: &DescribeVirtualGatewaysInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeVirtualGatewaysInput
Auto Trait Implementations§
impl Freeze for DescribeVirtualGatewaysInput
impl RefUnwindSafe for DescribeVirtualGatewaysInput
impl Send for DescribeVirtualGatewaysInput
impl Sync for DescribeVirtualGatewaysInput
impl Unpin for DescribeVirtualGatewaysInput
impl UnwindSafe for DescribeVirtualGatewaysInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.