pub struct FragmentRetention {
pub max_inflight: usize,
}Expand description
Retention/cleanup policy for fragments.
Fields§
§max_inflight: usizeTrait Implementations§
Source§impl Clone for FragmentRetention
impl Clone for FragmentRetention
Source§fn clone(&self) -> FragmentRetention
fn clone(&self) -> FragmentRetention
Returns a duplicate of the value. Read more
1.0.0 · 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 FragmentRetention
impl Debug for FragmentRetention
Source§impl Default for FragmentRetention
impl Default for FragmentRetention
Source§fn default() -> FragmentRetention
fn default() -> FragmentRetention
Returns the “default value” for a type. Read more
impl Copy for FragmentRetention
Auto Trait Implementations§
impl Freeze for FragmentRetention
impl RefUnwindSafe for FragmentRetention
impl Send for FragmentRetention
impl Sync for FragmentRetention
impl Unpin for FragmentRetention
impl UnsafeUnpin for FragmentRetention
impl UnwindSafe for FragmentRetention
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