Enum redfish_codegen::models::volume::InitializeMethod
source · pub enum InitializeMethod {
Skip,
Background,
Foreground,
}
Variants§
Skip
The volume will be available for use immediately, with no preparation.
Background
The volume will be available for use immediately, with data erasure and preparation to happen as background tasks.
Foreground
Data erasure and preparation tasks will complete before the volume is presented as available for use.
Trait Implementations§
source§impl Clone for InitializeMethod
impl Clone for InitializeMethod
source§fn clone(&self) -> InitializeMethod
fn clone(&self) -> InitializeMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InitializeMethod
impl Debug for InitializeMethod
source§impl Default for InitializeMethod
impl Default for InitializeMethod
source§fn default() -> InitializeMethod
fn default() -> InitializeMethod
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InitializeMethod
impl<'de> Deserialize<'de> for InitializeMethod
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more