pub struct PoolHandle {
pub index: usize,
pub generation: u32,
}Expand description
Handle into the pool.
Fields§
§index: usize§generation: u32Trait 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
Source§impl Hash for PoolHandle
impl Hash for PoolHandle
Source§impl PartialEq for PoolHandle
impl PartialEq for PoolHandle
impl Copy for PoolHandle
impl Eq for PoolHandle
impl StructuralPartialEq for PoolHandle
Auto Trait Implementations§
impl Freeze for PoolHandle
impl RefUnwindSafe for PoolHandle
impl Send for PoolHandle
impl Sync for PoolHandle
impl Unpin for PoolHandle
impl UnsafeUnpin 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