Struct rusoto_ec2::CreateNetworkInterfaceResult [] [src]

pub struct CreateNetworkInterfaceResult {
    pub network_interface: Option<NetworkInterface>,
}

Contains the output of CreateNetworkInterface.

Fields

Information about the network interface.

Trait Implementations

impl Default for CreateNetworkInterfaceResult
[src]

[src]

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

impl Debug for CreateNetworkInterfaceResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateNetworkInterfaceResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more