Enum redfish_codegen::models::memory_chunks::v1_5_0::MediaLocation
source · pub enum MediaLocation {
Local,
Remote,
Mixed,
}
Variants§
Local
The memory chunk was created using local media.
Remote
The memory chunk was created using remote media accessible through a fabric.
Mixed
The memory chunk was created using both local media and remote media accessible through a fabric.
Trait Implementations§
source§impl Clone for MediaLocation
impl Clone for MediaLocation
source§fn clone(&self) -> MediaLocation
fn clone(&self) -> MediaLocation
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 MediaLocation
impl Debug for MediaLocation
source§impl Default for MediaLocation
impl Default for MediaLocation
source§fn default() -> MediaLocation
fn default() -> MediaLocation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MediaLocation
impl<'de> Deserialize<'de> for MediaLocation
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