[][src]Struct oci_spec::runtime::Windows

pub struct Windows {
    pub layer_folders: Vec<String>,
    pub devices: Option<Vec<WindowsDevice>>,
    pub resources: Option<WindowsResources>,
    pub credential_spec: Option<HashMap<String, Option<Value>>>,
    pub servicing: Option<bool>,
    pub ignore_flushes_during_boot: Option<bool>,
    pub hyperv: Option<WindowsHyperV>,
    pub network: Option<WindowsNetwork>,
}

Fields

layer_folders: Vec<String>devices: Option<Vec<WindowsDevice>>resources: Option<WindowsResources>credential_spec: Option<HashMap<String, Option<Value>>>servicing: Option<bool>ignore_flushes_during_boot: Option<bool>hyperv: Option<WindowsHyperV>network: Option<WindowsNetwork>

Trait Implementations

impl Debug for Windows[src]

impl Serialize for Windows[src]

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

Auto Trait Implementations

impl Send for Windows

impl Sync for Windows

impl Unpin for Windows

impl UnwindSafe for Windows

impl RefUnwindSafe for Windows

Blanket Implementations

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

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

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

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