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