Struct boondock::container::Port [] [src]

pub struct Port {
    pub IP: Option<String>,
    pub PrivatePort: u64,
    pub PublicPort: Option<u64>,
    pub Type: String,
}

Fields

Trait Implementations

impl Debug for Port
[src]

Formats the value using the given formatter.

impl Clone for Port
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for Port
[src]

impl Decodable for Port
[src]