pub struct SlackApiAppsManifestCreateRequestInit {
pub app_id: SlackAppId,
pub manifest: SlackAppManifest,
}Fields
app_id: SlackAppIdmanifest: SlackAppManifestTrait Implementations
sourceimpl From<SlackApiAppsManifestCreateRequestInit> for SlackApiAppsManifestCreateRequest
impl From<SlackApiAppsManifestCreateRequestInit> for SlackApiAppsManifestCreateRequest
sourcefn from(value: SlackApiAppsManifestCreateRequestInit) -> Self
fn from(value: SlackApiAppsManifestCreateRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiAppsManifestCreateRequestInit
impl Send for SlackApiAppsManifestCreateRequestInit
impl Sync for SlackApiAppsManifestCreateRequestInit
impl Unpin for SlackApiAppsManifestCreateRequestInit
impl UnwindSafe for SlackApiAppsManifestCreateRequestInit
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