Struct aws_sdk_ec2::output::DescribeLocalGatewaysOutput
source · [−]#[non_exhaustive]pub struct DescribeLocalGatewaysOutput { /* private fields */ }
Implementations
sourceimpl DescribeLocalGatewaysOutput
impl DescribeLocalGatewaysOutput
sourcepub fn local_gateways(&self) -> Option<&[LocalGateway]>
pub fn local_gateways(&self) -> Option<&[LocalGateway]>
Information about the local gateways.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
sourceimpl DescribeLocalGatewaysOutput
impl DescribeLocalGatewaysOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocalGatewaysOutput
.
Trait Implementations
sourceimpl Clone for DescribeLocalGatewaysOutput
impl Clone for DescribeLocalGatewaysOutput
sourcefn clone(&self) -> DescribeLocalGatewaysOutput
fn clone(&self) -> DescribeLocalGatewaysOutput
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 Debug for DescribeLocalGatewaysOutput
impl Debug for DescribeLocalGatewaysOutput
sourceimpl PartialEq<DescribeLocalGatewaysOutput> for DescribeLocalGatewaysOutput
impl PartialEq<DescribeLocalGatewaysOutput> for DescribeLocalGatewaysOutput
sourcefn eq(&self, other: &DescribeLocalGatewaysOutput) -> bool
fn eq(&self, other: &DescribeLocalGatewaysOutput) -> bool
impl StructuralPartialEq for DescribeLocalGatewaysOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeLocalGatewaysOutput
impl Send for DescribeLocalGatewaysOutput
impl Sync for DescribeLocalGatewaysOutput
impl Unpin for DescribeLocalGatewaysOutput
impl UnwindSafe for DescribeLocalGatewaysOutput
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