pub struct SlackChannel { /* private fields */ }Expand description
Stub for future Slack integration (v0.5.3).
Will use Block Kit cards for draft review and button callbacks for
approve/reject/discuss. Requires reqwest for Slack API calls.
Implementations§
Auto Trait Implementations§
impl Freeze for SlackChannel
impl RefUnwindSafe for SlackChannel
impl Send for SlackChannel
impl Sync for SlackChannel
impl Unpin for SlackChannel
impl UnsafeUnpin for SlackChannel
impl UnwindSafe for SlackChannel
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