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