pub struct ReverseDepVersion {
pub id: u64,
pub num: String,
pub crate_name: String,
pub downloads: u64,
}Fields§
§id: u64§num: String§crate_name: String§downloads: u64Trait Implementations§
Source§impl Clone for ReverseDepVersion
impl Clone for ReverseDepVersion
Source§fn clone(&self) -> ReverseDepVersion
fn clone(&self) -> ReverseDepVersion
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 ReverseDepVersion
impl Debug for ReverseDepVersion
Source§impl<'de> Deserialize<'de> for ReverseDepVersion
impl<'de> Deserialize<'de> for ReverseDepVersion
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 ReverseDepVersion
impl RefUnwindSafe for ReverseDepVersion
impl Send for ReverseDepVersion
impl Sync for ReverseDepVersion
impl Unpin for ReverseDepVersion
impl UnsafeUnpin for ReverseDepVersion
impl UnwindSafe for ReverseDepVersion
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