pub struct BootOptionUpdate {
pub base: Option<ResourceUpdate>,
pub boot_option_enabled: Option<Boolean>,
}Expand description
Update struct corresponding to BootOption
Fields§
§base: Option<ResourceUpdate>§boot_option_enabled: Option<Boolean>Implementations§
Source§impl BootOptionUpdate
impl BootOptionUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_base(self, v: ResourceUpdate) -> Self
pub fn with_boot_option_enabled(self, v: Boolean) -> Self
Trait Implementations§
Source§impl Debug for BootOptionUpdate
impl Debug for BootOptionUpdate
Source§impl Default for BootOptionUpdate
impl Default for BootOptionUpdate
Source§fn default() -> BootOptionUpdate
fn default() -> BootOptionUpdate
Returns the “default value” for a type. Read more
Source§impl Serialize for BootOptionUpdate
impl Serialize for BootOptionUpdate
Auto Trait Implementations§
impl Freeze for BootOptionUpdate
impl RefUnwindSafe for BootOptionUpdate
impl Send for BootOptionUpdate
impl Sync for BootOptionUpdate
impl Unpin for BootOptionUpdate
impl UnsafeUnpin for BootOptionUpdate
impl UnwindSafe for BootOptionUpdate
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