pub enum CredentialReadMode {
Use,
Retry,
}Expand description
Whether an authoritative credential use may start a new physical read.
Variants§
Use
Join an in-flight read or start one when the coordinator is not cooling down from a terminal store failure.
Retry
Join an in-flight read or explicitly clear cooldown and start one new generation.
Trait Implementations§
Source§impl Clone for CredentialReadMode
impl Clone for CredentialReadMode
Source§fn clone(&self) -> CredentialReadMode
fn clone(&self) -> CredentialReadMode
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 CredentialReadMode
Source§impl Debug for CredentialReadMode
impl Debug for CredentialReadMode
impl Eq for CredentialReadMode
Source§impl PartialEq for CredentialReadMode
impl PartialEq for CredentialReadMode
impl StructuralPartialEq for CredentialReadMode
Auto Trait Implementations§
impl Freeze for CredentialReadMode
impl RefUnwindSafe for CredentialReadMode
impl Send for CredentialReadMode
impl Sync for CredentialReadMode
impl Unpin for CredentialReadMode
impl UnsafeUnpin for CredentialReadMode
impl UnwindSafe for CredentialReadMode
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