pub struct BootOptionCreate {
pub boot_option_enabled: Option<Boolean>,
}Expand description
Create struct corresponding to BootOption
Fields§
§boot_option_enabled: Option<Boolean>Implementations§
Trait Implementations§
Source§impl Debug for BootOptionCreate
impl Debug for BootOptionCreate
Auto Trait Implementations§
impl Freeze for BootOptionCreate
impl RefUnwindSafe for BootOptionCreate
impl Send for BootOptionCreate
impl Sync for BootOptionCreate
impl Unpin for BootOptionCreate
impl UnsafeUnpin for BootOptionCreate
impl UnwindSafe for BootOptionCreate
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