Enum eventful_test_shared::CatCommand
source · pub enum CatCommand {
Create,
Run {
distance_mm: u32,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CatCommand
impl Send for CatCommand
impl Sync for CatCommand
impl Unpin for CatCommand
impl UnwindSafe for CatCommand
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