pub struct SlackAppManifestFeaturesSlashCommandInit {
pub command: String,
pub description: String,
}
Fields§
§command: String
§description: String
Trait 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.
Auto Trait Implementations§
impl RefUnwindSafe for SlackAppManifestFeaturesSlashCommandInit
impl Send for SlackAppManifestFeaturesSlashCommandInit
impl Sync for SlackAppManifestFeaturesSlashCommandInit
impl Unpin for SlackAppManifestFeaturesSlashCommandInit
impl UnwindSafe for SlackAppManifestFeaturesSlashCommandInit
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more