Struct serenity::model::Gateway
[−]
[src]
pub struct Gateway {
pub url: String,
}A representation of the data retrieved from the gateway endpoint.
For the bot-specific gateway, refer to BotGateway.
Fields
url: String
The gateway to connect to.
Trait Implementations
impl Clone for Gateway[src]
fn clone(&self) -> Gateway[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more