pub struct RateLimitMessage {
pub message: String,
pub severity: MessageSeverity,
}Fields§
§message: String§severity: MessageSeverityTrait Implementations§
Source§impl Clone for RateLimitMessage
impl Clone for RateLimitMessage
Source§fn clone(&self) -> RateLimitMessage
fn clone(&self) -> RateLimitMessage
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 moreAuto Trait Implementations§
impl Freeze for RateLimitMessage
impl RefUnwindSafe for RateLimitMessage
impl Send for RateLimitMessage
impl Sync for RateLimitMessage
impl Unpin for RateLimitMessage
impl UnsafeUnpin for RateLimitMessage
impl UnwindSafe for RateLimitMessage
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