pub struct SlackAppManifestMetadataInit {}
Trait Implementations§
Source§impl From<SlackAppManifestMetadataInit> for SlackAppManifestMetadata
impl From<SlackAppManifestMetadataInit> for SlackAppManifestMetadata
Source§fn from(value: SlackAppManifestMetadataInit) -> Self
fn from(value: SlackAppManifestMetadataInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackAppManifestMetadataInit
impl RefUnwindSafe for SlackAppManifestMetadataInit
impl Send for SlackAppManifestMetadataInit
impl Sync for SlackAppManifestMetadataInit
impl Unpin for SlackAppManifestMetadataInit
impl UnwindSafe for SlackAppManifestMetadataInit
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