pub enum CommonEventCommand {
CallEvent(Event),
ReserveEvent(Event),
}Variants§
Trait Implementations§
Source§impl Clone for CommonEventCommand
impl Clone for CommonEventCommand
Source§fn clone(&self) -> CommonEventCommand
fn clone(&self) -> CommonEventCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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