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