Struct round_based::simulation::SimulationSyncError
source · pub struct SimulationSyncError(/* private fields */);Available on crate features
state-machine and dev only.Expand description
Error returned by SimulationSync::run
Trait Implementations§
source§impl Debug for SimulationSyncError
impl Debug for SimulationSyncError
source§impl Display for SimulationSyncError
impl Display for SimulationSyncError
source§impl Error for SimulationSyncError
impl Error for SimulationSyncError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for SimulationSyncError
impl RefUnwindSafe for SimulationSyncError
impl Send for SimulationSyncError
impl Sync for SimulationSyncError
impl Unpin for SimulationSyncError
impl UnwindSafe for SimulationSyncError
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