Struct twilight_gateway_queue::LargeBotQueue
source · pub struct LargeBotQueue { /* private fields */ }
Available on crate feature
twilight-http
only.Expand description
Queue built for single-process clusters that require identifying via Sharding for Very Large Bots.
Usage with other processes will cause inconsistencies between each process cluster’s ratelimit buckets. If you use multiple processes for clusters, then refer to the module-level documentation.
Implementations
sourceimpl LargeBotQueue
impl LargeBotQueue
Trait Implementations
sourceimpl Debug for LargeBotQueue
impl Debug for LargeBotQueue
sourceimpl Queue for LargeBotQueue
impl Queue for LargeBotQueue
Auto Trait Implementations
impl !RefUnwindSafe for LargeBotQueue
impl Send for LargeBotQueue
impl Sync for LargeBotQueue
impl Unpin for LargeBotQueue
impl !UnwindSafe for LargeBotQueue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more