pub struct SlackSecrets {
pub bot_token: String,
pub app_token: Option<String>,
}Fields§
§bot_token: String§app_token: Option<String>App-Level Token for Socket Mode (xapp-...). Optional.
Auto Trait Implementations§
impl Freeze for SlackSecrets
impl RefUnwindSafe for SlackSecrets
impl Send for SlackSecrets
impl Sync for SlackSecrets
impl Unpin for SlackSecrets
impl UnsafeUnpin for SlackSecrets
impl UnwindSafe for SlackSecrets
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