pub struct SlackOAuthListenerConfigInit {
pub client_id: SlackClientId,
pub client_secret: SlackClientSecret,
pub bot_scope: String,
pub redirect_callback_host: String,
}
Fields§
§client_id: SlackClientId
§client_secret: SlackClientSecret
§bot_scope: String
§redirect_callback_host: String
Trait Implementations§
source§impl From<SlackOAuthListenerConfigInit> for SlackOAuthListenerConfig
impl From<SlackOAuthListenerConfigInit> for SlackOAuthListenerConfig
source§fn from(value: SlackOAuthListenerConfigInit) -> Self
fn from(value: SlackOAuthListenerConfigInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackOAuthListenerConfigInit
impl Send for SlackOAuthListenerConfigInit
impl Sync for SlackOAuthListenerConfigInit
impl Unpin for SlackOAuthListenerConfigInit
impl UnwindSafe for SlackOAuthListenerConfigInit
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