pub struct SlackCommandEventsListenerConfigInit {
pub events_signing_secret: SlackSigningSecret,
}
Fields§
§events_signing_secret: SlackSigningSecret
Trait Implementations§
Source§impl From<SlackCommandEventsListenerConfigInit> for SlackCommandEventsListenerConfig
impl From<SlackCommandEventsListenerConfigInit> for SlackCommandEventsListenerConfig
Source§fn from(value: SlackCommandEventsListenerConfigInit) -> Self
fn from(value: SlackCommandEventsListenerConfigInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackCommandEventsListenerConfigInit
impl RefUnwindSafe for SlackCommandEventsListenerConfigInit
impl Send for SlackCommandEventsListenerConfigInit
impl Sync for SlackCommandEventsListenerConfigInit
impl Unpin for SlackCommandEventsListenerConfigInit
impl UnwindSafe for SlackCommandEventsListenerConfigInit
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