pub struct PooledConnectionGuard { /* private fields */ }Expand description
RAII guard for pooled connections
Implementations§
Source§impl PooledConnectionGuard
impl PooledConnectionGuard
Sourcepub fn client(&self) -> &BitcoinClient
pub fn client(&self) -> &BitcoinClient
Get a reference to the Bitcoin client
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PooledConnectionGuard
impl !RefUnwindSafe for PooledConnectionGuard
impl Send for PooledConnectionGuard
impl Sync for PooledConnectionGuard
impl Unpin for PooledConnectionGuard
impl !UnwindSafe for PooledConnectionGuard
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