pub struct EvolutionAuthorMetric {
pub author: String,
pub commits: usize,
}Fields§
§commits: usizeTrait Implementations§
Source§impl Clone for EvolutionAuthorMetric
impl Clone for EvolutionAuthorMetric
Source§fn clone(&self) -> EvolutionAuthorMetric
fn clone(&self) -> EvolutionAuthorMetric
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 EvolutionAuthorMetric
impl Debug for EvolutionAuthorMetric
Source§impl<'de> Deserialize<'de> for EvolutionAuthorMetric
impl<'de> Deserialize<'de> for EvolutionAuthorMetric
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 EvolutionAuthorMetric
impl RefUnwindSafe for EvolutionAuthorMetric
impl Send for EvolutionAuthorMetric
impl Sync for EvolutionAuthorMetric
impl Unpin for EvolutionAuthorMetric
impl UnsafeUnpin for EvolutionAuthorMetric
impl UnwindSafe for EvolutionAuthorMetric
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