pub struct BosParamters {
pub boot_sets: HashMap<String, BootSet>,
}Expand description
BOS boot parameters containing a map of named boot sets.
Fields§
§boot_sets: HashMap<String, BootSet>Named boot sets keyed by their BOS identifier.
Trait Implementations§
Source§impl Debug for BosParamters
impl Debug for BosParamters
Source§impl<'de> Deserialize<'de> for BosParamters
impl<'de> Deserialize<'de> for BosParamters
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
Auto Trait Implementations§
impl Freeze for BosParamters
impl RefUnwindSafe for BosParamters
impl Send for BosParamters
impl Sync for BosParamters
impl Unpin for BosParamters
impl UnsafeUnpin for BosParamters
impl UnwindSafe for BosParamters
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