pub struct SlackAppManifestFeaturesSlashCommandInit {
pub command: String,
pub description: String,
}Fields§
§command: String§description: StringTrait Implementations§
source§impl From<SlackAppManifestFeaturesSlashCommandInit> for SlackAppManifestFeaturesSlashCommand
impl From<SlackAppManifestFeaturesSlashCommandInit> for SlackAppManifestFeaturesSlashCommand
source§fn from(value: SlackAppManifestFeaturesSlashCommandInit) -> Self
fn from(value: SlackAppManifestFeaturesSlashCommandInit) -> Self
Converts to this type from the input type.