pub enum CommonEventCommand {
CallEvent(Event),
ReserveEvent(Event),
}Variants§
Trait Implementations§
Source§impl PartialEq for CommonEventCommand
impl PartialEq for CommonEventCommand
impl StructuralPartialEq for CommonEventCommand
Auto Trait Implementations§
impl Freeze for CommonEventCommand
impl RefUnwindSafe for CommonEventCommand
impl Send for CommonEventCommand
impl Sync for CommonEventCommand
impl Unpin for CommonEventCommand
impl UnwindSafe for CommonEventCommand
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