pub struct BeOk;
Expand description
A matcher for be_ok
assertions for Result<T, E>
type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeOk
impl RefUnwindSafe for BeOk
impl Send for BeOk
impl Sync for BeOk
impl Unpin for BeOk
impl UnwindSafe for BeOk
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