#[non_exhaustive]pub struct DescribeNetworkInterfacesOutput { /* private fields */ }
Expand description
Contains the output of DescribeNetworkInterfaces.
Implementations
sourceimpl DescribeNetworkInterfacesOutput
impl DescribeNetworkInterfacesOutput
sourcepub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
pub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
Information about one or more network interfaces.
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 DescribeNetworkInterfacesOutput
impl DescribeNetworkInterfacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeNetworkInterfacesOutput
.
Trait Implementations
sourceimpl Clone for DescribeNetworkInterfacesOutput
impl Clone for DescribeNetworkInterfacesOutput
sourcefn clone(&self) -> DescribeNetworkInterfacesOutput
fn clone(&self) -> DescribeNetworkInterfacesOutput
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<DescribeNetworkInterfacesOutput> for DescribeNetworkInterfacesOutput
impl PartialEq<DescribeNetworkInterfacesOutput> for DescribeNetworkInterfacesOutput
sourcefn eq(&self, other: &DescribeNetworkInterfacesOutput) -> bool
fn eq(&self, other: &DescribeNetworkInterfacesOutput) -> bool
impl StructuralPartialEq for DescribeNetworkInterfacesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeNetworkInterfacesOutput
impl Send for DescribeNetworkInterfacesOutput
impl Sync for DescribeNetworkInterfacesOutput
impl Unpin for DescribeNetworkInterfacesOutput
impl UnwindSafe for DescribeNetworkInterfacesOutput
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