pub struct CrateLinks {
pub owner_team: String,
pub owner_user: String,
pub owners: String,
pub reverse_dependencies: String,
pub version_downloads: String,
pub versions: Option<String>,
}
Fields§
§owner_team: String
§owner_user: String
§owners: String
§reverse_dependencies: String
§version_downloads: String
§versions: Option<String>
Trait Implementations§
Source§impl Clone for CrateLinks
impl Clone for CrateLinks
Source§fn clone(&self) -> CrateLinks
fn clone(&self) -> CrateLinks
Returns a copy 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 CrateLinks
impl Debug for CrateLinks
Source§impl<'de> Deserialize<'de> for CrateLinks
impl<'de> Deserialize<'de> for CrateLinks
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 Hash for CrateLinks
impl Hash for CrateLinks
Source§impl Ord for CrateLinks
impl Ord for CrateLinks
Source§fn cmp(&self, other: &CrateLinks) -> Ordering
fn cmp(&self, other: &CrateLinks) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CrateLinks
impl PartialEq for CrateLinks
Source§impl PartialOrd for CrateLinks
impl PartialOrd for CrateLinks
Source§impl Serialize for CrateLinks
impl Serialize for CrateLinks
impl Eq for CrateLinks
impl StructuralPartialEq for CrateLinks
Auto Trait Implementations§
impl Freeze for CrateLinks
impl RefUnwindSafe for CrateLinks
impl Send for CrateLinks
impl Sync for CrateLinks
impl Unpin for CrateLinks
impl UnwindSafe for CrateLinks
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.