pub struct WebRepoContribTrend {
pub meta: Option<Value>,
pub user_total: Option<i64>,
pub users_data: Option<Vec<Value>>,
pub with_line_counts: Option<bool>,
pub week_total: Option<i64>,
pub repo_data: Option<Vec<Value>>,
}
Expand description
WebRepoContribTrend 模型
Fields§
§meta: Option<Value>
§user_total: Option<i64>
§users_data: Option<Vec<Value>>
§with_line_counts: Option<bool>
§week_total: Option<i64>
§repo_data: Option<Vec<Value>>
Trait Implementations§
Source§impl Clone for WebRepoContribTrend
impl Clone for WebRepoContribTrend
Source§fn clone(&self) -> WebRepoContribTrend
fn clone(&self) -> WebRepoContribTrend
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 WebRepoContribTrend
impl Debug for WebRepoContribTrend
Source§impl<'de> Deserialize<'de> for WebRepoContribTrend
impl<'de> Deserialize<'de> for WebRepoContribTrend
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 WebRepoContribTrend
impl RefUnwindSafe for WebRepoContribTrend
impl Send for WebRepoContribTrend
impl Sync for WebRepoContribTrend
impl Unpin for WebRepoContribTrend
impl UnwindSafe for WebRepoContribTrend
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