pub struct ExpectationFailure { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpectationFailure
impl RefUnwindSafe for ExpectationFailure
impl Send for ExpectationFailure
impl Sync for ExpectationFailure
impl Unpin for ExpectationFailure
impl UnsafeUnpin for ExpectationFailure
impl UnwindSafe for ExpectationFailure
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