pub struct SlackApiAppsManifestCreateResponseInit {
pub app_id: SlackAppId,
pub credentials: SlackAppCredentials,
pub oauth_authorize_url: Url,
}
Fields§
§app_id: SlackAppId
§credentials: SlackAppCredentials
Trait Implementations§
source§impl From<SlackApiAppsManifestCreateResponseInit> for SlackApiAppsManifestCreateResponse
impl From<SlackApiAppsManifestCreateResponseInit> for SlackApiAppsManifestCreateResponse
source§fn from(value: SlackApiAppsManifestCreateResponseInit) -> Self
fn from(value: SlackApiAppsManifestCreateResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiAppsManifestCreateResponseInit
impl Send for SlackApiAppsManifestCreateResponseInit
impl Sync for SlackApiAppsManifestCreateResponseInit
impl Unpin for SlackApiAppsManifestCreateResponseInit
impl UnwindSafe for SlackApiAppsManifestCreateResponseInit
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