Struct slack_morphism::SlackClientHttpApi
source · pub struct SlackClientHttpApi<SCHC>where
SCHC: SlackClientHttpConnector + Send,{
pub connector: Arc<SCHC>,
}Fields
connector: Arc<SCHC>Trait Implementations
Auto Trait Implementations
impl<SCHC> RefUnwindSafe for SlackClientHttpApi<SCHC>where
SCHC: RefUnwindSafe,
impl<SCHC> Send for SlackClientHttpApi<SCHC>where
SCHC: Sync,
impl<SCHC> Sync for SlackClientHttpApi<SCHC>where
SCHC: Sync,
impl<SCHC> Unpin for SlackClientHttpApi<SCHC>
impl<SCHC> UnwindSafe for SlackClientHttpApi<SCHC>where
SCHC: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more