pub struct Asserter<T> { /* private fields */ }

Implementations

Checks if the boolean is true.

Checks if the boolean is true.

Checks the length of the HashMap

Checks if the HashMap is empty

Checks if the HashMap is not empty

Checks if the HashMap contains the specified key

Checks if the HashMap does not contain the specified key

Trait Implementations

Checks if the iterator contains the specified element

Checks if the iterator contains the specified elements

Checks if the iterator has the specified count

Checks if the iterator does not contain any of the specified elements

Checks if the iterator is empty

Checks if the iterator is not empty

Checks if the elements of the iterators satisfies the specified assertions Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.