pub struct CredentialSyncSignalTracker { /* private fields */ }Expand description
Deduplicates the actor’s sticky failure marker while retaining a newer failure until its session cooldown expires.
Implementations§
Source§impl CredentialSyncSignalTracker
impl CredentialSyncSignalTracker
pub fn observe( &mut self, session_id: &str, profile_id: &str, signal: CredentialSyncSignal, )
Trait Implementations§
Source§impl Debug for CredentialSyncSignalTracker
impl Debug for CredentialSyncSignalTracker
Source§impl Default for CredentialSyncSignalTracker
impl Default for CredentialSyncSignalTracker
Source§fn default() -> CredentialSyncSignalTracker
fn default() -> CredentialSyncSignalTracker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CredentialSyncSignalTracker
impl RefUnwindSafe for CredentialSyncSignalTracker
impl Send for CredentialSyncSignalTracker
impl Sync for CredentialSyncSignalTracker
impl Unpin for CredentialSyncSignalTracker
impl UnsafeUnpin for CredentialSyncSignalTracker
impl UnwindSafe for CredentialSyncSignalTracker
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoMaybeUndefined<T> for T
impl<T> IntoMaybeUndefined<T> for T
Source§fn into_maybe_undefined(self) -> MaybeUndefined<T>
fn into_maybe_undefined(self) -> MaybeUndefined<T>
Converts this value into a three-state builder argument.
Source§impl<T> IntoOption<T> for T
impl<T> IntoOption<T> for T
Source§fn into_option(self) -> Option<T>
fn into_option(self) -> Option<T>
Converts this value into an optional builder argument.