pub struct AssertInfo { /* private fields */ }Expand description
Information about an invocation of assert_that!.
Trait Implementations§
Source§impl Clone for AssertInfo
impl Clone for AssertInfo
Source§fn clone(&self) -> AssertInfo
fn clone(&self) -> AssertInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssertInfo
Source§impl Debug for AssertInfo
impl Debug for AssertInfo
Auto Trait Implementations§
impl Freeze for AssertInfo
impl RefUnwindSafe for AssertInfo
impl Send for AssertInfo
impl Sync for AssertInfo
impl Unpin for AssertInfo
impl UnsafeUnpin for AssertInfo
impl UnwindSafe for AssertInfo
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