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