pub struct SlackApiAppsManifestUpdateRequestInit {
pub app_id: SlackAppId,
pub manifest: SlackAppManifest,
}
Fields§
§app_id: SlackAppId
§manifest: SlackAppManifest
Trait Implementations§
source§impl From<SlackApiAppsManifestUpdateRequestInit> for SlackApiAppsManifestUpdateRequest
impl From<SlackApiAppsManifestUpdateRequestInit> for SlackApiAppsManifestUpdateRequest
source§fn 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§
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