Struct slack_morphism::SlackAppCredentialsInit
source · pub struct SlackAppCredentialsInit {
pub client_id: SlackClientId,
pub client_secret: SlackClientSecret,
pub verification_token: SlackVerificationToken,
pub signing_secret: SlackSigningSecret,
}
Fields§
§client_id: SlackClientId
§client_secret: SlackClientSecret
§verification_token: SlackVerificationToken
§signing_secret: SlackSigningSecret
Trait Implementations§
source§impl From<SlackAppCredentialsInit> for SlackAppCredentials
impl From<SlackAppCredentialsInit> for SlackAppCredentials
source§fn from(value: SlackAppCredentialsInit) -> Self
fn from(value: SlackAppCredentialsInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackAppCredentialsInit
impl Send for SlackAppCredentialsInit
impl Sync for SlackAppCredentialsInit
impl Unpin for SlackAppCredentialsInit
impl UnwindSafe for SlackAppCredentialsInit
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