Struct slack_morphism::SlackApiTokenInit
source · pub struct SlackApiTokenInit {
pub token_value: SlackApiTokenValue,
}Fields§
§token_value: SlackApiTokenValueTrait Implementations§
source§impl From<SlackApiTokenInit> for SlackApiToken
impl From<SlackApiTokenInit> for SlackApiToken
source§fn from(value: SlackApiTokenInit) -> Self
fn from(value: SlackApiTokenInit) -> Self
Converts to this type from the input type.