pub struct PredictiveChurnReport {
pub per_module: BTreeMap<String, ChurnTrend>,
}Fields§
§per_module: BTreeMap<String, ChurnTrend>Trait Implementations§
Source§impl Clone for PredictiveChurnReport
impl Clone for PredictiveChurnReport
Source§fn clone(&self) -> PredictiveChurnReport
fn clone(&self) -> PredictiveChurnReport
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 PredictiveChurnReport
impl Debug for PredictiveChurnReport
Source§impl<'de> Deserialize<'de> for PredictiveChurnReport
impl<'de> Deserialize<'de> for PredictiveChurnReport
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 PredictiveChurnReport
impl RefUnwindSafe for PredictiveChurnReport
impl Send for PredictiveChurnReport
impl Sync for PredictiveChurnReport
impl Unpin for PredictiveChurnReport
impl UnwindSafe for PredictiveChurnReport
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