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