pub struct TooEarly(_, _);
Expand description

Returned in case of a negative rate-limiting decision.

To avoid the thundering herd effect, client code should always add some jitter to the wait time.

Trait Implementations

Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Returns the “name” of the error. Read more
Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
Returns a reference to the Backtrace carried by this failure, if it carries one. Read more
Provides context for this failure. Read more
Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more
Returns the earliest time at which a decision could be conforming (excluding conforming decisions made by the Decider that are made in the meantime). Read more
Returns the minimum amount of time from the time that the decision was made (relative to the at argument in a Decider’s check_at method) that must pass before a decision can be conforming. Since Durations can not be negative, a zero duration is returned if from is already after that duration. Read more
Returns the minimum amount of time (down to 0) that needs to pass from the current instant for the Decider to consider a cell conforming again. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Converts a reference to Self into a dynamic trait object of Fail.
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.

Converts the given value to a String. Read more
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.