pub enum SysInfoEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysInfoEvent
impl RefUnwindSafe for SysInfoEvent
impl Send for SysInfoEvent
impl Sync for SysInfoEvent
impl Unpin for SysInfoEvent
impl UnwindSafe for SysInfoEvent
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