pub struct MemberId(pub FastHash);Tuple Fields§
§0: FastHashTrait Implementations§
impl Copy for MemberId
Source§impl<'de> Deserialize<'de> for MemberId
impl<'de> Deserialize<'de> for MemberId
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 MemberId
Source§impl From<&VerifyingKey> for MemberId
impl From<&VerifyingKey> for MemberId
Source§fn from(vk: &VerifyingKey) -> Self
fn from(vk: &VerifyingKey) -> Self
Converts to this type from the input type.
Source§impl From<VerifyingKey> for MemberId
impl From<VerifyingKey> for MemberId
Source§fn from(vk: VerifyingKey) -> Self
fn from(vk: VerifyingKey) -> Self
Converts to this type from the input type.
Source§impl Ord for MemberId
impl Ord for MemberId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for MemberId
impl PartialOrd for MemberId
impl StructuralPartialEq for MemberId
Auto Trait Implementations§
impl Freeze for MemberId
impl RefUnwindSafe for MemberId
impl Send for MemberId
impl Sync for MemberId
impl Unpin for MemberId
impl UnsafeUnpin for MemberId
impl UnwindSafe for MemberId
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