pub struct NatsConnectionManager { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for NatsConnectionManager
impl Debug for NatsConnectionManager
Auto Trait Implementations§
impl Freeze for NatsConnectionManager
impl RefUnwindSafe for NatsConnectionManager
impl Send for NatsConnectionManager
impl Sync for NatsConnectionManager
impl Unpin for NatsConnectionManager
impl UnwindSafe for NatsConnectionManager
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