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§fn clone(&self) -> StepClaimFence
fn clone(&self) -> StepClaimFence
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 moreSource§impl Debug for StepClaimFence
impl Debug for StepClaimFence
impl Eq for StepClaimFence
Source§impl PartialEq for StepClaimFence
impl PartialEq 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