pub struct ResourcePoolId(/* private fields */);Expand description
Process-local identity of one provisioned resource pool. It is independent from both the request that provisioned the pool and requests that later use one of its active-sequence slots.
Implementations§
Trait Implementations§
Source§impl Clone for ResourcePoolId
impl Clone for ResourcePoolId
Source§fn clone(&self) -> ResourcePoolId
fn clone(&self) -> ResourcePoolId
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 moreimpl Copy for ResourcePoolId
Source§impl Debug for ResourcePoolId
impl Debug for ResourcePoolId
Source§impl<'de> Deserialize<'de> for ResourcePoolId
impl<'de> Deserialize<'de> for ResourcePoolId
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
Source§impl Display for ResourcePoolId
impl Display for ResourcePoolId
impl Eq for ResourcePoolId
Source§impl From<ResourcePoolId> for u64
impl From<ResourcePoolId> for u64
Source§fn from(value: ResourcePoolId) -> Self
fn from(value: ResourcePoolId) -> Self
Converts to this type from the input type.
Source§impl Hash for ResourcePoolId
impl Hash for ResourcePoolId
Source§impl Ord for ResourcePoolId
impl Ord for ResourcePoolId
Source§fn cmp(&self, other: &ResourcePoolId) -> Ordering
fn cmp(&self, other: &ResourcePoolId) -> Ordering
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 PartialEq for ResourcePoolId
impl PartialEq for ResourcePoolId
Source§impl PartialOrd for ResourcePoolId
impl PartialOrd for ResourcePoolId
Source§impl Serialize for ResourcePoolId
impl Serialize for ResourcePoolId
impl StructuralPartialEq for ResourcePoolId
Auto Trait Implementations§
impl Freeze for ResourcePoolId
impl RefUnwindSafe for ResourcePoolId
impl Send for ResourcePoolId
impl Sync for ResourcePoolId
impl Unpin for ResourcePoolId
impl UnsafeUnpin for ResourcePoolId
impl UnwindSafe for ResourcePoolId
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