pub struct LogicalWorkerId(/* private fields */);Expand description
Identity of a ceremony participant independent of the host executor.
Implementations§
Trait Implementations§
Source§impl Clone for LogicalWorkerId
impl Clone for LogicalWorkerId
Source§impl Debug for LogicalWorkerId
impl Debug for LogicalWorkerId
Source§impl<'de> Deserialize<'de> for LogicalWorkerId
impl<'de> Deserialize<'de> for LogicalWorkerId
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 LogicalWorkerId
impl Display for LogicalWorkerId
impl Eq for LogicalWorkerId
Source§impl Hash for LogicalWorkerId
impl Hash for LogicalWorkerId
Source§impl Ord for LogicalWorkerId
impl Ord for LogicalWorkerId
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 PartialEq for LogicalWorkerId
impl PartialEq for LogicalWorkerId
Source§impl PartialOrd for LogicalWorkerId
impl PartialOrd for LogicalWorkerId
Source§impl Serialize for LogicalWorkerId
impl Serialize for LogicalWorkerId
impl StructuralPartialEq for LogicalWorkerId
Auto Trait Implementations§
impl Freeze for LogicalWorkerId
impl RefUnwindSafe for LogicalWorkerId
impl Send for LogicalWorkerId
impl Sync for LogicalWorkerId
impl Unpin for LogicalWorkerId
impl UnsafeUnpin for LogicalWorkerId
impl UnwindSafe for LogicalWorkerId
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