pub struct QuantifyResponse<'p, F: MockFn, O> { /* private fields */ }
Expand description

Builder for defining how a call pattern gets verified.

Implementations

Expect this call pattern to be called exactly once.

Expect this call pattern to be called exactly the specified number of times.

Expect this call pattern to be called at least the specified number of times.

Turn the call pattern into a stubbing clause, without any overall call order verification.

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.