Struct slack_morphism::SlackBasicTeamInfoInit
source · pub struct SlackBasicTeamInfoInit {
pub id: SlackTeamId,
}Fields§
§id: SlackTeamIdTrait Implementations§
source§impl From<SlackBasicTeamInfoInit> for SlackBasicTeamInfo
impl From<SlackBasicTeamInfoInit> for SlackBasicTeamInfo
source§fn from(value: SlackBasicTeamInfoInit) -> Self
fn from(value: SlackBasicTeamInfoInit) -> Self
Converts to this type from the input type.