pub struct RateLimiterResponseAllOf {
pub id: Option<String>,
}Fields§
§id: Option<String>Alphanumeric string identifying the rate limiter.
Implementations§
Source§impl RateLimiterResponseAllOf
impl RateLimiterResponseAllOf
pub fn new() -> RateLimiterResponseAllOf
Trait Implementations§
Source§impl Clone for RateLimiterResponseAllOf
impl Clone for RateLimiterResponseAllOf
Source§fn clone(&self) -> RateLimiterResponseAllOf
fn clone(&self) -> RateLimiterResponseAllOf
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 RateLimiterResponseAllOf
impl Debug for RateLimiterResponseAllOf
Source§impl Default for RateLimiterResponseAllOf
impl Default for RateLimiterResponseAllOf
Source§fn default() -> RateLimiterResponseAllOf
fn default() -> RateLimiterResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RateLimiterResponseAllOf
impl<'de> Deserialize<'de> for RateLimiterResponseAllOf
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 PartialEq for RateLimiterResponseAllOf
impl PartialEq for RateLimiterResponseAllOf
Source§impl Serialize for RateLimiterResponseAllOf
impl Serialize for RateLimiterResponseAllOf
impl StructuralPartialEq for RateLimiterResponseAllOf
Auto Trait Implementations§
impl Freeze for RateLimiterResponseAllOf
impl RefUnwindSafe for RateLimiterResponseAllOf
impl Send for RateLimiterResponseAllOf
impl Sync for RateLimiterResponseAllOf
impl Unpin for RateLimiterResponseAllOf
impl UnwindSafe for RateLimiterResponseAllOf
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