pub struct BeSome;
Expand description
A matcher for be_some
assertions for Option<T>
types.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeSome
impl RefUnwindSafe for BeSome
impl Send for BeSome
impl Sync for BeSome
impl Unpin for BeSome
impl UnwindSafe for BeSome
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