pub struct FakeError {
pub message: String,
pub is_transient: bool,
}Expand description
Error type for the fake executor, can be transient or non-transient.
Fields§
§message: String§is_transient: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FakeError
impl RefUnwindSafe for FakeError
impl Send for FakeError
impl Sync for FakeError
impl Unpin for FakeError
impl UnsafeUnpin for FakeError
impl UnwindSafe for FakeError
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