Struct shiplift::docker::Info[][src]

pub struct Info {
Show fields pub containers: u64, pub images: u64, pub driver: String, pub docker_root_dir: String, pub driver_status: Vec<Vec<String>>, pub id: String, pub kernel_version: String, pub mem_total: u64, pub memory_limit: bool, pub n_cpu: u64, pub n_events_listener: u64, pub n_goroutines: u64, pub name: String, pub operating_system: String, pub swap_limit: bool, pub system_time: Option<String>,
}

Fields

containers: u64images: u64driver: Stringdocker_root_dir: Stringdriver_status: Vec<Vec<String>>id: Stringkernel_version: Stringmem_total: u64memory_limit: booln_cpu: u64n_events_listener: u64n_goroutines: u64name: Stringoperating_system: Stringswap_limit: boolsystem_time: Option<String>

Trait Implementations

impl Clone for Info[src]

impl Debug for Info[src]

impl<'de> Deserialize<'de> for Info[src]

impl Serialize for Info[src]

Auto Trait Implementations

impl RefUnwindSafe for Info

impl Send for Info

impl Sync for Info

impl Unpin for Info

impl UnwindSafe for Info

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]