pub struct CollectionRepoRank {
pub repo_id: String,
pub repo_name: String,
pub current_period_growth: String,
pub past_period_growth: String,
pub growth_pop: String,
pub rank_pop: String,
pub total: String,
pub current_period_rank: String,
pub past_period_rank: String,
}Fields§
§repo_id: String§repo_name: String§current_period_growth: String§past_period_growth: String§growth_pop: String§rank_pop: String§total: String§current_period_rank: String§past_period_rank: StringTrait Implementations§
Source§impl Clone for CollectionRepoRank
impl Clone for CollectionRepoRank
Source§fn clone(&self) -> CollectionRepoRank
fn clone(&self) -> CollectionRepoRank
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 CollectionRepoRank
impl Debug for CollectionRepoRank
Source§impl<'de> Deserialize<'de> for CollectionRepoRank
impl<'de> Deserialize<'de> for CollectionRepoRank
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 CollectionRepoRank
impl RefUnwindSafe for CollectionRepoRank
impl Send for CollectionRepoRank
impl Sync for CollectionRepoRank
impl Unpin for CollectionRepoRank
impl UnsafeUnpin for CollectionRepoRank
impl UnwindSafe for CollectionRepoRank
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