pub struct RateLimitResetCreditConsumeResponse {
pub outcome: RateLimitResetCreditConsumeOutcome,
pub windows_reset: Option<i64>,
pub raw: Value,
}Fields§
§outcome: RateLimitResetCreditConsumeOutcome§windows_reset: Option<i64>§raw: ValueTrait Implementations§
Source§impl Clone for RateLimitResetCreditConsumeResponse
impl Clone for RateLimitResetCreditConsumeResponse
Source§fn clone(&self) -> RateLimitResetCreditConsumeResponse
fn clone(&self) -> RateLimitResetCreditConsumeResponse
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 moreAuto Trait Implementations§
impl Freeze for RateLimitResetCreditConsumeResponse
impl RefUnwindSafe for RateLimitResetCreditConsumeResponse
impl Send for RateLimitResetCreditConsumeResponse
impl Sync for RateLimitResetCreditConsumeResponse
impl Unpin for RateLimitResetCreditConsumeResponse
impl UnsafeUnpin for RateLimitResetCreditConsumeResponse
impl UnwindSafe for RateLimitResetCreditConsumeResponse
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