pub struct SimulateError;
Expand description
Marking an error when we tried to simulate and event
Trait Implementations§
Source§implDebug forSimulateError
implDebug forSimulateError
Source§implDisplay forSimulateError
implDisplay forSimulateError
Source§implError forSimulateError
implError forSimulateError
1.30.0 ·Source§fnsource(&self) ->Option<&(dynError + 'static)>
fnsource(&self) ->Option<&(dynError + 'static)>
Returns the lower-level source of this error, if any.Read more
1.0.0 ·Source§fndescription(&self) -> &str
fndescription(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§implFrom<SimulateError> forGrabError
implFrom<SimulateError> forGrabError
Source§fnfrom(_:SimulateError) ->GrabError
fnfrom(_:SimulateError) ->GrabError
Converts to this type from the input type.
Auto Trait Implementations§
implFreeze forSimulateError
implRefUnwindSafe forSimulateError
implSend forSimulateError
implSync forSimulateError
implUnpin forSimulateError
implUnwindSafe forSimulateError
Blanket Implementations§
Source§impl<T>BorrowMut<T> for Twhere T: ?Sized,
impl<T>BorrowMut<T> for Twhere T: ?Sized,
Source§fnborrow_mut(&mut self) ->&mut T
fnborrow_mut(&mut self) ->&mut T
Mutably borrows from an owned value.Read more