pub enum WwnSource {
ConfiguredLocally,
ProvidedByFabric,
UnsupportedValue,
}Variants§
ConfiguredLocally
The set of FC/FCoE boot targets was applied locally through API or UI.
ProvidedByFabric
The set of FC/FCoE boot targets was applied by the Fibre Channel fabric.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
impl Copy for WwnSource
Source§impl<'de> Deserialize<'de> for WwnSource
impl<'de> Deserialize<'de> for WwnSource
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
impl Eq for WwnSource
impl StructuralPartialEq for WwnSource
Source§impl ToSnakeCase for WwnSource
impl ToSnakeCase for WwnSource
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
Convert this enum variant to a
snake_case stringAuto Trait Implementations§
impl Freeze for WwnSource
impl RefUnwindSafe for WwnSource
impl Send for WwnSource
impl Sync for WwnSource
impl Unpin for WwnSource
impl UnsafeUnpin for WwnSource
impl UnwindSafe for WwnSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more