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 groups of shards that require identifying via Sharding for Large Bots.
Usage with other processes will cause inconsistencies between each process’s ratelimit buckets. If using multiple processes for shard groups, then refer to the module-level documentation.
Implementations§
source§impl LargeBotQueue
impl LargeBotQueue
Trait Implementations§
source§impl Debug for LargeBotQueue
impl Debug for LargeBotQueue
source§impl 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§
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