pub struct LanguageSummary {
pub kind: LanguageKind,
pub files: usize,
}Fields§
§kind: LanguageKind§files: usizeTrait Implementations§
Source§impl Clone for LanguageSummary
impl Clone for LanguageSummary
Source§fn clone(&self) -> LanguageSummary
fn clone(&self) -> LanguageSummary
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 LanguageSummary
impl Debug for LanguageSummary
Source§impl<'de> Deserialize<'de> for LanguageSummary
impl<'de> Deserialize<'de> for LanguageSummary
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
Source§impl PartialEq for LanguageSummary
impl PartialEq for LanguageSummary
Source§fn eq(&self, other: &LanguageSummary) -> bool
fn eq(&self, other: &LanguageSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LanguageSummary
impl Serialize for LanguageSummary
impl Eq for LanguageSummary
impl StructuralPartialEq for LanguageSummary
Auto Trait Implementations§
impl Freeze for LanguageSummary
impl RefUnwindSafe for LanguageSummary
impl Send for LanguageSummary
impl Sync for LanguageSummary
impl Unpin for LanguageSummary
impl UnsafeUnpin for LanguageSummary
impl UnwindSafe for LanguageSummary
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