pub struct AsyncSession { /* private fields */ }
Implementations§
Source§impl AsyncSession
impl AsyncSession
pub async fn raw_create_consumer( &self, subscribe_command: SubscribeCommand, ) -> Result<AsyncConsumer, RawCreateConsumerError>
Source§impl AsyncSession
impl AsyncSession
pub async fn raw_create_producer( &self, producer_command: ProducerCommand, ) -> Result<AsyncProducer, RawCreateProducerError>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AsyncSession
impl RefUnwindSafe for AsyncSession
impl Send for AsyncSession
impl Sync for AsyncSession
impl Unpin for AsyncSession
impl UnwindSafe for AsyncSession
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