#[non_exhaustive]pub struct RateLimitedError { /* private fields */ }Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for RateLimitedError
impl RefUnwindSafe for RateLimitedError
impl Send for RateLimitedError
impl Sync for RateLimitedError
impl Unpin for RateLimitedError
impl UnwindSafe for RateLimitedError
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