pub struct PoolId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for PoolId
Source§impl<'de> Deserialize<'de> for PoolId
impl<'de> Deserialize<'de> for PoolId
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 PoolId
Source§impl Ord for PoolId
impl Ord for PoolId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PoolId
impl PartialOrd for PoolId
impl StructuralPartialEq for PoolId
Auto Trait Implementations§
impl Freeze for PoolId
impl RefUnwindSafe for PoolId
impl Send for PoolId
impl Sync for PoolId
impl Unpin for PoolId
impl UnsafeUnpin for PoolId
impl UnwindSafe for PoolId
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