pub struct RateLimitResetCredits {
pub available_count: i64,
}Fields§
§available_count: i64Trait Implementations§
Source§impl Clone for RateLimitResetCredits
impl Clone for RateLimitResetCredits
Source§fn clone(&self) -> RateLimitResetCredits
fn clone(&self) -> RateLimitResetCredits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RateLimitResetCredits
impl Debug for RateLimitResetCredits
Source§impl Default for RateLimitResetCredits
impl Default for RateLimitResetCredits
Source§fn default() -> RateLimitResetCredits
fn default() -> RateLimitResetCredits
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RateLimitResetCredits
impl RefUnwindSafe for RateLimitResetCredits
impl Send for RateLimitResetCredits
impl Sync for RateLimitResetCredits
impl Unpin for RateLimitResetCredits
impl UnsafeUnpin for RateLimitResetCredits
impl UnwindSafe for RateLimitResetCredits
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