Struct slack_morphism::api::SlackApiTeamInfoResponse
source · pub struct SlackApiTeamInfoResponse {
pub team: SlackTeamInfo,
}Fields§
§team: SlackTeamInfoImplementations§
source§impl SlackApiTeamInfoResponse
impl SlackApiTeamInfoResponse
pub fn new(team: SlackTeamInfo) -> Self
pub fn team(&mut self, value: SlackTeamInfo) -> &mut Self
pub fn with_team(self, value: SlackTeamInfo) -> Self
Trait Implementations§
source§impl Clone for SlackApiTeamInfoResponse
impl Clone for SlackApiTeamInfoResponse
source§fn clone(&self) -> SlackApiTeamInfoResponse
fn clone(&self) -> SlackApiTeamInfoResponse
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 SlackApiTeamInfoResponse
impl Debug for SlackApiTeamInfoResponse
source§impl<'de> Deserialize<'de> for SlackApiTeamInfoResponse
impl<'de> Deserialize<'de> for SlackApiTeamInfoResponse
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 From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
impl From<SlackApiTeamInfoResponseInit> for SlackApiTeamInfoResponse
source§fn from(value: SlackApiTeamInfoResponseInit) -> Self
fn from(value: SlackApiTeamInfoResponseInit) -> Self
Converts to this type from the input type.
source§impl PartialEq<SlackApiTeamInfoResponse> for SlackApiTeamInfoResponse
impl PartialEq<SlackApiTeamInfoResponse> for SlackApiTeamInfoResponse
source§fn eq(&self, other: &SlackApiTeamInfoResponse) -> bool
fn eq(&self, other: &SlackApiTeamInfoResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.