pub enum EventSimulationError {
InvalidInitialState,
InvalidEvent,
NonFiniteState,
}Variants§
Trait Implementations§
Source§impl Clone for EventSimulationError
impl Clone for EventSimulationError
Source§fn clone(&self) -> EventSimulationError
fn clone(&self) -> EventSimulationError
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 EventSimulationError
impl Debug for EventSimulationError
Source§impl PartialEq for EventSimulationError
impl PartialEq for EventSimulationError
Source§fn eq(&self, other: &EventSimulationError) -> bool
fn eq(&self, other: &EventSimulationError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EventSimulationError
impl Eq for EventSimulationError
impl StructuralPartialEq for EventSimulationError
Auto Trait Implementations§
impl Freeze for EventSimulationError
impl RefUnwindSafe for EventSimulationError
impl Send for EventSimulationError
impl Sync for EventSimulationError
impl Unpin for EventSimulationError
impl UnsafeUnpin for EventSimulationError
impl UnwindSafe for EventSimulationError
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