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