pub struct CCRateLimit {
pub calls_made: Option<CCCallsMade>,
pub max_calls: Option<CCMaxCalls>,
}Fields§
§calls_made: Option<CCCallsMade>§max_calls: Option<CCMaxCalls>Trait Implementations§
Source§impl Clone for CCRateLimit
impl Clone for CCRateLimit
Source§fn clone(&self) -> CCRateLimit
fn clone(&self) -> CCRateLimit
Returns a duplicate of the value. Read more
1.0.0 · 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 CCRateLimit
impl Debug for CCRateLimit
Source§impl<'de> Deserialize<'de> for CCRateLimit
impl<'de> Deserialize<'de> for CCRateLimit
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
Source§impl Serialize for CCRateLimit
impl Serialize for CCRateLimit
impl Copy for CCRateLimit
Auto Trait Implementations§
impl Freeze for CCRateLimit
impl RefUnwindSafe for CCRateLimit
impl Send for CCRateLimit
impl Sync for CCRateLimit
impl Unpin for CCRateLimit
impl UnsafeUnpin for CCRateLimit
impl UnwindSafe for CCRateLimit
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