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