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