pub struct CredentialReconfirmation { /* private fields */ }Expand description
Explicit caller acknowledgement for retrying unchanged credentials.
Constructing this token must be an operator-level decision. Automatic retry, pagination, polling, and client policy must not create it.
Implementations§
Source§impl CredentialReconfirmation
impl CredentialReconfirmation
Sourcepub const fn acknowledge_same_credentials() -> Self
pub const fn acknowledge_same_credentials() -> Self
Explicitly acknowledges reuse of the same credential material.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialReconfirmation
impl RefUnwindSafe for CredentialReconfirmation
impl Send for CredentialReconfirmation
impl Sync for CredentialReconfirmation
impl Unpin for CredentialReconfirmation
impl UnsafeUnpin for CredentialReconfirmation
impl UnwindSafe for CredentialReconfirmation
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