pub struct ReliableClientRetryScratch { /* private fields */ }Expand description
Caller-owned reusable storage for reliable client retry scans.
Implementations§
Source§impl ReliableClientRetryScratch
impl ReliableClientRetryScratch
Sourcepub fn retained_key_capacity(&self) -> usize
pub fn retained_key_capacity(&self) -> usize
Due-key capacity retained across retry passes.
Trait Implementations§
Source§impl Clone for ReliableClientRetryScratch
impl Clone for ReliableClientRetryScratch
Source§fn clone(&self) -> ReliableClientRetryScratch
fn clone(&self) -> ReliableClientRetryScratch
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 moreSource§impl Debug for ReliableClientRetryScratch
impl Debug for ReliableClientRetryScratch
Source§impl Default for ReliableClientRetryScratch
impl Default for ReliableClientRetryScratch
Source§fn default() -> ReliableClientRetryScratch
fn default() -> ReliableClientRetryScratch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReliableClientRetryScratch
impl RefUnwindSafe for ReliableClientRetryScratch
impl Send for ReliableClientRetryScratch
impl Sync for ReliableClientRetryScratch
impl Unpin for ReliableClientRetryScratch
impl UnsafeUnpin for ReliableClientRetryScratch
impl UnwindSafe for ReliableClientRetryScratch
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