pub struct BootProgressUpdate {
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to BootProgress
Fields§
§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for BootProgressUpdate
impl Debug for BootProgressUpdate
Source§impl Default for BootProgressUpdate
impl Default for BootProgressUpdate
Source§fn default() -> BootProgressUpdate
fn default() -> BootProgressUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BootProgressUpdate
impl RefUnwindSafe for BootProgressUpdate
impl Send for BootProgressUpdate
impl Sync for BootProgressUpdate
impl Unpin for BootProgressUpdate
impl UnsafeUnpin for BootProgressUpdate
impl UnwindSafe for BootProgressUpdate
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