pub struct CommandRatelimiter { /* private fields */ }
Expand description
Ratelimiter for sending commands over the gateway to Discord.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandRatelimiter
impl !RefUnwindSafe for CommandRatelimiter
impl Send for CommandRatelimiter
impl Sync for CommandRatelimiter
impl Unpin for CommandRatelimiter
impl !UnwindSafe for CommandRatelimiter
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