pub struct StatsBackfillParams {
pub rebuild: bool,
pub best_effort: bool,
}Fields§
§rebuild: bool§best_effort: boolTrait Implementations§
Source§impl Clone for StatsBackfillParams
impl Clone for StatsBackfillParams
Source§fn clone(&self) -> StatsBackfillParams
fn clone(&self) -> StatsBackfillParams
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 StatsBackfillParams
impl Debug for StatsBackfillParams
Source§impl<'de> Deserialize<'de> for StatsBackfillParams
impl<'de> Deserialize<'de> for StatsBackfillParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatsBackfillParams
impl RefUnwindSafe for StatsBackfillParams
impl Send for StatsBackfillParams
impl Sync for StatsBackfillParams
impl Unpin for StatsBackfillParams
impl UnsafeUnpin for StatsBackfillParams
impl UnwindSafe for StatsBackfillParams
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