Struct blockade::BlockadeContainerState [] [src]

pub struct BlockadeContainerState {
    pub container_id: String,
    pub device: String,
    pub ip_address: Ipv4Addr,
    pub name: String,
    pub network_state: BlockadeNetStatus,
    pub partition: u32,
    pub status: BlockadeContainerStatus,
}

Fields

Trait Implementations

impl Clone for BlockadeContainerState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlockadeContainerState
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlockadeContainerState
[src]

[src]

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

[src]

This method tests for !=.

impl Default for BlockadeContainerState
[src]

[src]

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

Auto Trait Implementations