pub struct PoolMemberId(/* private fields */);Expand description
Stable identity for one storage member in a local blob pool.
Implementations§
Trait Implementations§
Source§impl Clone for PoolMemberId
impl Clone for PoolMemberId
Source§fn clone(&self) -> PoolMemberId
fn clone(&self) -> PoolMemberId
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 PoolMemberId
Source§impl Debug for PoolMemberId
impl Debug for PoolMemberId
Source§impl Default for PoolMemberId
impl Default for PoolMemberId
Source§impl<'de> Deserialize<'de> for PoolMemberId
impl<'de> Deserialize<'de> for PoolMemberId
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 PoolMemberId
impl Display for PoolMemberId
impl Eq for PoolMemberId
Source§impl FromStr for PoolMemberId
impl FromStr for PoolMemberId
Source§impl Hash for PoolMemberId
impl Hash for PoolMemberId
Source§impl Ord for PoolMemberId
impl Ord for PoolMemberId
Source§fn cmp(&self, other: &PoolMemberId) -> Ordering
fn cmp(&self, other: &PoolMemberId) -> 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 PoolMemberId
impl PartialEq for PoolMemberId
Source§impl PartialOrd for PoolMemberId
impl PartialOrd for PoolMemberId
Source§impl Serialize for PoolMemberId
impl Serialize for PoolMemberId
impl StructuralPartialEq for PoolMemberId
Auto Trait Implementations§
impl Freeze for PoolMemberId
impl RefUnwindSafe for PoolMemberId
impl Send for PoolMemberId
impl Sync for PoolMemberId
impl Unpin for PoolMemberId
impl UnsafeUnpin for PoolMemberId
impl UnwindSafe for PoolMemberId
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