pub struct CredentialAttachCapacityCommit { /* private fields */ }Expand description
Atomic successful credential-attach capacity reservation.
Implementations§
Source§impl CredentialAttachCapacityCommit
impl CredentialAttachCapacityCommit
Sourcepub const fn resulting(self) -> CredentialAttachCapacityCounters
pub const fn resulting(self) -> CredentialAttachCapacityCounters
Returns all five incremented receipt/provenance counters together.
Trait Implementations§
Source§impl Clone for CredentialAttachCapacityCommit
impl Clone for CredentialAttachCapacityCommit
Source§fn clone(&self) -> CredentialAttachCapacityCommit
fn clone(&self) -> CredentialAttachCapacityCommit
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 CredentialAttachCapacityCommit
impl Eq for CredentialAttachCapacityCommit
impl StructuralPartialEq for CredentialAttachCapacityCommit
Auto Trait Implementations§
impl Freeze for CredentialAttachCapacityCommit
impl RefUnwindSafe for CredentialAttachCapacityCommit
impl Send for CredentialAttachCapacityCommit
impl Sync for CredentialAttachCapacityCommit
impl Unpin for CredentialAttachCapacityCommit
impl UnsafeUnpin for CredentialAttachCapacityCommit
impl UnwindSafe for CredentialAttachCapacityCommit
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