Struct discord::model::Invite
[−]
[src]
pub struct Invite { pub code: String, pub server_id: ServerId, pub server_name: String, pub channel_type: ChannelType, pub channel_id: ChannelId, pub channel_name: String, }
Information about an invite
Fields
code: String
server_id: ServerId
server_name: String
channel_type: ChannelType
channel_id: ChannelId
channel_name: String
Methods
impl Invite
[src]
Trait Implementations
impl Debug for Invite
[src]
impl Clone for Invite
[src]
fn clone(&self) -> Invite
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more