pub struct RecentActivity {
pub past_days: u64,
pub commits: u64,
pub committers: u64,
}
Fields§
§past_days: u64
§commits: u64
§committers: u64
Trait Implementations§
Source§impl Debug for RecentActivity
impl Debug for RecentActivity
Source§impl Default for RecentActivity
impl Default for RecentActivity
Source§fn default() -> RecentActivity
fn default() -> RecentActivity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecentActivity
impl<'de> Deserialize<'de> for RecentActivity
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 RecentActivity
impl RefUnwindSafe for RecentActivity
impl Send for RecentActivity
impl Sync for RecentActivity
impl Unpin for RecentActivity
impl UnwindSafe for RecentActivity
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