Struct slack_morphism_models::SlackTeamInfo [−][src]
pub struct SlackTeamInfo {
pub id: SlackTeamId,
pub name: Option<String>,
pub domain: Option<String>,
pub email_domain: Option<String>,
pub icon: Option<SlackIcon>,
}Fields
id: SlackTeamIdname: Option<String>domain: Option<String>email_domain: Option<String>icon: Option<SlackIcon>Implementations
Trait 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
Performs the conversion.
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 SlackTeamInfoimpl Send for SlackTeamInfoimpl Sync for SlackTeamInfoimpl Unpin for SlackTeamInfoimpl UnwindSafe for SlackTeamInfoBlanket Implementations
Mutably borrows from an owned value. Read more