pub enum StoreComputerCommandOutcome {
Created(ComputerCommandResource),
Replayed(ComputerCommandResource),
}Variants§
Created(ComputerCommandResource)
Replayed(ComputerCommandResource)
Trait Implementations§
Source§impl Clone for StoreComputerCommandOutcome
impl Clone for StoreComputerCommandOutcome
Source§fn clone(&self) -> StoreComputerCommandOutcome
fn clone(&self) -> StoreComputerCommandOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoreComputerCommandOutcome
impl Debug for StoreComputerCommandOutcome
impl Eq for StoreComputerCommandOutcome
impl StructuralPartialEq for StoreComputerCommandOutcome
Auto Trait Implementations§
impl Freeze for StoreComputerCommandOutcome
impl RefUnwindSafe for StoreComputerCommandOutcome
impl Send for StoreComputerCommandOutcome
impl Sync for StoreComputerCommandOutcome
impl Unpin for StoreComputerCommandOutcome
impl UnsafeUnpin for StoreComputerCommandOutcome
impl UnwindSafe for StoreComputerCommandOutcome
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