pub struct CredentialAttachLiveReceipt { /* private fields */ }Expand description
Stored canonical credential-attach result while its secret-bearing receipt remains live.
Implementations§
Source§impl CredentialAttachLiveReceipt
impl CredentialAttachLiveReceipt
Sourcepub const fn from_commit(committed: AttachBound) -> Self
pub const fn from_commit(committed: AttachBound) -> Self
Captures the exact committed attach payload as a live receipt.
Trait Implementations§
Source§impl Clone for CredentialAttachLiveReceipt
impl Clone for CredentialAttachLiveReceipt
Source§fn clone(&self) -> CredentialAttachLiveReceipt
fn clone(&self) -> CredentialAttachLiveReceipt
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 CredentialAttachLiveReceipt
impl Debug for CredentialAttachLiveReceipt
impl Eq for CredentialAttachLiveReceipt
impl StructuralPartialEq for CredentialAttachLiveReceipt
Auto Trait Implementations§
impl Freeze for CredentialAttachLiveReceipt
impl RefUnwindSafe for CredentialAttachLiveReceipt
impl Send for CredentialAttachLiveReceipt
impl Sync for CredentialAttachLiveReceipt
impl Unpin for CredentialAttachLiveReceipt
impl UnsafeUnpin for CredentialAttachLiveReceipt
impl UnwindSafe for CredentialAttachLiveReceipt
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