Struct slack_morphism::SlackAppManifestInit
source · [−]pub struct SlackAppManifestInit {
pub display_information: SlackAppManifestDisplayInformation,
}Fields
display_information: SlackAppManifestDisplayInformationTrait Implementations
sourceimpl From<SlackAppManifestInit> for SlackAppManifest
impl From<SlackAppManifestInit> for SlackAppManifest
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more