pub struct BootReasonEvent {
pub boot_reason: Option<BootReason>,
}Fields§
§boot_reason: Option<BootReason>Trait Implementations§
Source§impl Debug for BootReasonEvent
impl Debug for BootReasonEvent
Auto Trait Implementations§
impl Freeze for BootReasonEvent
impl RefUnwindSafe for BootReasonEvent
impl Send for BootReasonEvent
impl Sync for BootReasonEvent
impl Unpin for BootReasonEvent
impl UnwindSafe for BootReasonEvent
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