pub struct Capture { /* private fields */ }Trait Implementations§
impl StructuralPartialEq for Capture
Auto Trait Implementations§
impl Freeze for Capture
impl RefUnwindSafe for Capture
impl Send for Capture
impl Sync for Capture
impl Unpin for Capture
impl UnwindSafe for Capture
Blanket Implementations§
Source§impl<T> AssertingThat for T
impl<T> AssertingThat for T
fn assert_that<'t, U>(self, map: impl Fn(T) -> U) -> AssertThat<'t, U, Panic>
fn assert_that_it<'t>(self) -> AssertThat<'t, T, Panic>
Source§impl<Rhs, T> AssertrPartialEq<Rhs> for T
impl<Rhs, T> AssertrPartialEq<Rhs> for T
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