pub struct StepClaimFence(/* private fields */);Expand description
Identity of exactly one accepted claim. It is a concurrency fence, not a credential.
Implementations§
Trait Implementations§
Source§impl Clone for StepClaimFence
impl Clone for StepClaimFence
Source§impl Debug for StepClaimFence
impl Debug for StepClaimFence
Source§impl<'de> Deserialize<'de> for StepClaimFence
impl<'de> Deserialize<'de> for StepClaimFence
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 StepClaimFence
Source§impl From<StepClaimFence> for String
impl From<StepClaimFence> for String
Source§fn from(value: StepClaimFence) -> Self
fn from(value: StepClaimFence) -> Self
Converts to this type from the input type.
Source§impl Ord for StepClaimFence
impl Ord for StepClaimFence
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 StepClaimFence
impl PartialEq for StepClaimFence
Source§impl PartialOrd for StepClaimFence
impl PartialOrd for StepClaimFence
Source§impl Serialize for StepClaimFence
impl Serialize for StepClaimFence
impl StructuralPartialEq for StepClaimFence
Auto Trait Implementations§
impl Freeze for StepClaimFence
impl RefUnwindSafe for StepClaimFence
impl Send for StepClaimFence
impl Sync for StepClaimFence
impl Unpin for StepClaimFence
impl UnsafeUnpin for StepClaimFence
impl UnwindSafe for StepClaimFence
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