pub struct PoolHandle {
pub id: PoolId,
pub scope_id: ExecutionScopeId,
pub generation: u64,
}Fields§
§id: PoolId§scope_id: ExecutionScopeId§generation: u64Trait 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 (const: unstable) · 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<'de> Deserialize<'de> for PoolHandle
impl<'de> Deserialize<'de> for PoolHandle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PoolHandle
Source§impl Hash for PoolHandle
impl Hash for PoolHandle
Source§impl PartialEq for PoolHandle
impl PartialEq for PoolHandle
Source§impl Serialize for PoolHandle
impl Serialize 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