pub struct connectSlackChannel;Trait Implementations§
Auto Trait Implementations§
impl Freeze for connectSlackChannel
impl RefUnwindSafe for connectSlackChannel
impl Send for connectSlackChannel
impl Sync for connectSlackChannel
impl Unpin for connectSlackChannel
impl UnwindSafe for connectSlackChannel
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