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