pub struct Remaining {
pub count: usize,
}
Expand description
A rate limit header for the number of remaining requests
Fields§
§count: usize
Number of remaining requests for the given interval
Implementations§
Trait Implementations§
impl Copy for Remaining
impl StructuralPartialEq for Remaining
Auto Trait Implementations§
impl Freeze for Remaining
impl RefUnwindSafe for Remaining
impl Send for Remaining
impl Sync for Remaining
impl Unpin for Remaining
impl UnwindSafe for Remaining
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