Struct async_pop::sasl::Communicator
source · pub struct Communicator<'a, S: Read + Write + Unpin + Send> { /* private fields */ }
Implementations§
source§impl<'a, S: Read + Write + Unpin + Send> Communicator<'a, S>
impl<'a, S: Read + Write + Unpin + Send> Communicator<'a, S>
Auto Trait Implementations§
impl<'a, S> RefUnwindSafe for Communicator<'a, S>where S: RefUnwindSafe,
impl<'a, S> Send for Communicator<'a, S>
impl<'a, S> Sync for Communicator<'a, S>where S: Sync,
impl<'a, S> Unpin for Communicator<'a, S>
impl<'a, S> !UnwindSafe for Communicator<'a, S>
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