pub struct RateLimitEvidence {
pub title: String,
pub url: String,
pub kind: RateLimitEvidenceKind,
pub notes: String,
}Fields§
§title: String§url: String§kind: RateLimitEvidenceKind§notes: StringTrait Implementations§
Source§impl Clone for RateLimitEvidence
impl Clone for RateLimitEvidence
Source§fn clone(&self) -> RateLimitEvidence
fn clone(&self) -> RateLimitEvidence
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 RateLimitEvidence
impl Debug for RateLimitEvidence
Source§impl<'de> Deserialize<'de> for RateLimitEvidence
impl<'de> Deserialize<'de> for RateLimitEvidence
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 RateLimitEvidence
impl PartialEq for RateLimitEvidence
Source§fn eq(&self, other: &RateLimitEvidence) -> bool
fn eq(&self, other: &RateLimitEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RateLimitEvidence
impl Serialize for RateLimitEvidence
impl Eq for RateLimitEvidence
impl StructuralPartialEq for RateLimitEvidence
Auto Trait Implementations§
impl Freeze for RateLimitEvidence
impl RefUnwindSafe for RateLimitEvidence
impl Send for RateLimitEvidence
impl Sync for RateLimitEvidence
impl Unpin for RateLimitEvidence
impl UnsafeUnpin for RateLimitEvidence
impl UnwindSafe for RateLimitEvidence
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