pub struct PoolRef(/* private fields */);Expand description
Reference to a pool statement
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoolRef
impl !RefUnwindSafe for PoolRef
impl !Send for PoolRef
impl !Sync for PoolRef
impl Unpin for PoolRef
impl !UnwindSafe for PoolRef
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