pub enum RateLimitResetType {
CodexRateLimits,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for RateLimitResetType
impl Clone for RateLimitResetType
Source§fn clone(&self) -> RateLimitResetType
fn clone(&self) -> RateLimitResetType
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 RateLimitResetType
impl Debug for RateLimitResetType
Source§impl<'de> Deserialize<'de> for RateLimitResetType
impl<'de> Deserialize<'de> for RateLimitResetType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RateLimitResetType
Source§impl PartialEq for RateLimitResetType
impl PartialEq for RateLimitResetType
Source§impl Serialize for RateLimitResetType
impl Serialize for RateLimitResetType
impl StructuralPartialEq for RateLimitResetType
Auto Trait Implementations§
impl Freeze for RateLimitResetType
impl RefUnwindSafe for RateLimitResetType
impl Send for RateLimitResetType
impl Sync for RateLimitResetType
impl Unpin for RateLimitResetType
impl UnsafeUnpin for RateLimitResetType
impl UnwindSafe for RateLimitResetType
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