Struct twilight_model::user::Connection [−][src]
pub struct Connection {
pub friend_sync: bool,
pub id: String,
pub integrations: Vec<GuildIntegration>,
pub kind: String,
pub name: String,
pub revoked: Option<bool>,
pub show_activity: bool,
pub verified: bool,
pub visibility: ConnectionVisibility,
}Fields
friend_sync: boolid: Stringintegrations: Vec<GuildIntegration>kind: Stringname: Stringrevoked: Option<bool>show_activity: boolverified: boolvisibility: ConnectionVisibilityTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Connectionimpl Send for Connectionimpl Sync for Connectionimpl Unpin for Connectionimpl UnwindSafe for ConnectionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more