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