pub struct SlackAppManifestSettingsInteractivityInit {
pub is_enabled: bool,
}
Fields§
§is_enabled: bool
Trait 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.
Auto Trait Implementations§
impl Freeze for SlackAppManifestSettingsInteractivityInit
impl RefUnwindSafe for SlackAppManifestSettingsInteractivityInit
impl Send for SlackAppManifestSettingsInteractivityInit
impl Sync for SlackAppManifestSettingsInteractivityInit
impl Unpin for SlackAppManifestSettingsInteractivityInit
impl UnwindSafe for SlackAppManifestSettingsInteractivityInit
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