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