Struct slack_morphism::prelude::apps::manifest::SlackAppManifestSettingsInit
source · pub struct SlackAppManifestSettingsInit {}
Trait Implementations§
source§impl From<SlackAppManifestSettingsInit> for SlackAppManifestSettings
impl From<SlackAppManifestSettingsInit> for SlackAppManifestSettings
source§fn from(value: SlackAppManifestSettingsInit) -> Self
fn from(value: SlackAppManifestSettingsInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackAppManifestSettingsInit
impl Send for SlackAppManifestSettingsInit
impl Sync for SlackAppManifestSettingsInit
impl Unpin for SlackAppManifestSettingsInit
impl UnwindSafe for SlackAppManifestSettingsInit
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