pub struct BearerRefreshHandoff { /* private fields */ }Expand description
Store-bound handoff captured before external bearer refresh work.
The lineage is opaque and redacted. A handoff can update only the exact credential lifecycle whose snapshot created it.
Implementations§
Source§impl BearerRefreshHandoff
impl BearerRefreshHandoff
Sourcepub fn expected_generation(&self) -> CredentialGeneration
pub fn expected_generation(&self) -> CredentialGeneration
Returns the generation that must still be current.
Trait Implementations§
Source§impl Clone for BearerRefreshHandoff
impl Clone for BearerRefreshHandoff
Source§fn clone(&self) -> BearerRefreshHandoff
fn clone(&self) -> BearerRefreshHandoff
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 moreAuto Trait Implementations§
impl Freeze for BearerRefreshHandoff
impl RefUnwindSafe for BearerRefreshHandoff
impl Send for BearerRefreshHandoff
impl Sync for BearerRefreshHandoff
impl Unpin for BearerRefreshHandoff
impl UnsafeUnpin for BearerRefreshHandoff
impl UnwindSafe for BearerRefreshHandoff
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