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