pub struct TooEarly { /* private fields */ }
Implementations
sourceimpl TooEarly
impl TooEarly
sourcepub fn available_at(&self) -> SystemTime
pub fn available_at(&self) -> SystemTime
Return when the request will be allowed.
Returns the earliest time that the request can possibly succeed. If there are no other requests in the interim than retrying the same request will succeed at that time.
Trait Implementations
impl StructuralPartialEq for TooEarly
Auto Trait Implementations
impl RefUnwindSafe for TooEarly
impl Send for TooEarly
impl Sync for TooEarly
impl Unpin for TooEarly
impl UnwindSafe for TooEarly
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more