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