Struct rusoto_ec2::DescribeNetworkInterfacesResult [] [src]

pub struct DescribeNetworkInterfacesResult {
    pub network_interfaces: Option<Vec<NetworkInterface>>,
}

Contains the output of DescribeNetworkInterfaces.

Fields

Information about one or more network interfaces.

Trait Implementations

impl Default for DescribeNetworkInterfacesResult
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeNetworkInterfacesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeNetworkInterfacesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more