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