pub struct QualityTelemetryRetention { /* private fields */ }Expand description
Bounded-journal policy for local quality observations.
Implementations§
Trait Implementations§
Source§impl Clone for QualityTelemetryRetention
impl Clone for QualityTelemetryRetention
Source§fn clone(&self) -> QualityTelemetryRetention
fn clone(&self) -> QualityTelemetryRetention
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 moreimpl Copy for QualityTelemetryRetention
Source§impl Debug for QualityTelemetryRetention
impl Debug for QualityTelemetryRetention
Source§impl Default for QualityTelemetryRetention
impl Default for QualityTelemetryRetention
impl Eq for QualityTelemetryRetention
impl StructuralPartialEq for QualityTelemetryRetention
Auto Trait Implementations§
impl Freeze for QualityTelemetryRetention
impl RefUnwindSafe for QualityTelemetryRetention
impl Send for QualityTelemetryRetention
impl Sync for QualityTelemetryRetention
impl Unpin for QualityTelemetryRetention
impl UnsafeUnpin for QualityTelemetryRetention
impl UnwindSafe for QualityTelemetryRetention
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