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