pub struct PoolHandle(/* private fields */);Implementations§
Source§impl PoolHandle
impl PoolHandle
Trait Implementations§
Source§impl Clone for PoolHandle
impl Clone for PoolHandle
Source§fn clone(&self) -> PoolHandle
fn clone(&self) -> PoolHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PoolHandle
impl Debug for PoolHandle
impl Copy for PoolHandle
impl Send for PoolHandle
impl Sync for PoolHandle
Auto Trait Implementations§
impl Freeze for PoolHandle
impl RefUnwindSafe for PoolHandle
impl Unpin for PoolHandle
impl UnwindSafe for PoolHandle
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