pub struct SlackApiAppsManifestCreateResponseInit {
pub app_id: SlackAppId,
pub credentials: SlackAppCredentials,
pub oauth_authorize_url: Url,
}Fields
app_id: SlackAppIdcredentials: SlackAppCredentialsTrait Implementations
sourceimpl From<SlackApiAppsManifestCreateResponseInit> for SlackApiAppsManifestCreateResponse
impl From<SlackApiAppsManifestCreateResponseInit> for SlackApiAppsManifestCreateResponse
sourcefn 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
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