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