pub struct SlackAppManifestSettingsInteractivityInit {
pub is_enabled: bool,
}Fields§
§is_enabled: boolTrait Implementations§
source§impl From<SlackAppManifestSettingsInteractivityInit> for SlackAppManifestSettingsInteractivity
impl From<SlackAppManifestSettingsInteractivityInit> for SlackAppManifestSettingsInteractivity
source§fn from(value: SlackAppManifestSettingsInteractivityInit) -> Self
fn from(value: SlackAppManifestSettingsInteractivityInit) -> Self
Converts to this type from the input type.