pub struct AssertionRegistry { /* private fields */ }
Expand description
Creates and stores all constructed Assertion
s.
Implementations§
Source§impl AssertionRegistry
impl AssertionRegistry
Sourcepub fn build(&self) -> AssertionBuilder<NoMatcher>
pub fn build(&self) -> AssertionBuilder<NoMatcher>
Creates an AssertionBuilder
for constructing a new Assertion
.
Trait Implementations§
Source§impl Clone for AssertionRegistry
impl Clone for AssertionRegistry
Source§fn clone(&self) -> AssertionRegistry
fn clone(&self) -> AssertionRegistry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for AssertionRegistry
impl Default for AssertionRegistry
Source§fn default() -> AssertionRegistry
fn default() -> AssertionRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssertionRegistry
impl RefUnwindSafe for AssertionRegistry
impl Send for AssertionRegistry
impl Sync for AssertionRegistry
impl Unpin for AssertionRegistry
impl UnwindSafe for AssertionRegistry
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