pub struct OwnedCredentialAttempt { /* private fields */ }Expand description
Owned proof that one credential generation was open when execution began.
The proof retains opaque owner identity without exposing an address. It can cross task boundaries without borrowing the credential owner.
Implementations§
Source§impl OwnedCredentialAttempt
impl OwnedCredentialAttempt
Sourcepub const fn generation(&self) -> CredentialAttemptGeneration
pub const fn generation(&self) -> CredentialAttemptGeneration
Returns the generation used by this attempt.
Trait Implementations§
Source§impl Debug for OwnedCredentialAttempt
impl Debug for OwnedCredentialAttempt
impl Eq for OwnedCredentialAttempt
Auto Trait Implementations§
impl Freeze for OwnedCredentialAttempt
impl RefUnwindSafe for OwnedCredentialAttempt
impl Send for OwnedCredentialAttempt
impl Sync for OwnedCredentialAttempt
impl Unpin for OwnedCredentialAttempt
impl UnsafeUnpin for OwnedCredentialAttempt
impl UnwindSafe for OwnedCredentialAttempt
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