pub struct PoolClientWriter { /* private fields */ }Expand description
Write-end of a logged-in connection to a pool.
Implementations§
Auto Trait Implementations§
impl Freeze for PoolClientWriter
impl RefUnwindSafe for PoolClientWriter
impl Send for PoolClientWriter
impl Sync for PoolClientWriter
impl Unpin for PoolClientWriter
impl UnwindSafe for PoolClientWriter
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