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