pub struct TrendDelta {
pub files: DeltaValue<usize>,
pub lines: DeltaValue<usize>,
pub code: DeltaValue<usize>,
pub comment: DeltaValue<usize>,
pub blank: DeltaValue<usize>,
pub complexity: DeltaValue<usize>,
pub functions: DeltaValue<usize>,
}Fields§
§files: DeltaValue<usize>§lines: DeltaValue<usize>§code: DeltaValue<usize>§comment: DeltaValue<usize>§blank: DeltaValue<usize>§complexity: DeltaValue<usize>§functions: DeltaValue<usize>Trait Implementations§
Source§impl Clone for TrendDelta
impl Clone for TrendDelta
Source§fn clone(&self) -> TrendDelta
fn clone(&self) -> TrendDelta
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 TrendDelta
impl Debug for TrendDelta
Auto Trait Implementations§
impl Freeze for TrendDelta
impl RefUnwindSafe for TrendDelta
impl Send for TrendDelta
impl Sync for TrendDelta
impl Unpin for TrendDelta
impl UnsafeUnpin for TrendDelta
impl UnwindSafe for TrendDelta
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