pub struct BotConnectionInfo {
pub session_start_limit: SessionStartLimit,
pub shards: u32,
pub url: String,
}
Expand description
Gateway information containing the recommended shard count and session availability.
Fields§
§session_start_limit: SessionStartLimit
Current session availability and session connection concurrency limits.
shards: u32
Recommended shard count to use.
url: String
URL to the gateway.
Trait Implementations§
source§impl Clone for BotConnectionInfo
impl Clone for BotConnectionInfo
source§fn clone(&self) -> BotConnectionInfo
fn clone(&self) -> BotConnectionInfo
Returns a copy 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 moresource§impl Debug for BotConnectionInfo
impl Debug for BotConnectionInfo
source§impl<'de> Deserialize<'de> for BotConnectionInfo
impl<'de> Deserialize<'de> for BotConnectionInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for BotConnectionInfo
impl Hash for BotConnectionInfo
source§impl PartialEq for BotConnectionInfo
impl PartialEq for BotConnectionInfo
source§impl Serialize for BotConnectionInfo
impl Serialize for BotConnectionInfo
impl Eq for BotConnectionInfo
impl StructuralPartialEq for BotConnectionInfo
Auto Trait Implementations§
impl Freeze for BotConnectionInfo
impl RefUnwindSafe for BotConnectionInfo
impl Send for BotConnectionInfo
impl Sync for BotConnectionInfo
impl Unpin for BotConnectionInfo
impl UnwindSafe for BotConnectionInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)