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