Struct rusoto_codebuild::NetworkInterface[][src]

pub struct NetworkInterface {
    pub network_interface_id: Option<String>,
    pub subnet_id: Option<String>,
}

Describes a network interface.

Fields

The ID of the network interface.

The ID of the subnet.

Trait Implementations

impl Default for NetworkInterface
[src]

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

impl Debug for NetworkInterface
[src]

Formats the value using the given formatter. Read more

impl Clone for NetworkInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NetworkInterface
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations