pub struct DeletedCrateId(pub u32);Expand description
Primary key of deleted_crates.csv.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for DeletedCrateId
impl Clone for DeletedCrateId
Source§fn clone(&self) -> DeletedCrateId
fn clone(&self) -> DeletedCrateId
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 DeletedCrateId
impl Debug for DeletedCrateId
Source§impl<'de> Deserialize<'de> for DeletedCrateId
impl<'de> Deserialize<'de> for DeletedCrateId
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 DeletedCrateId
impl Hash for DeletedCrateId
Source§impl Ord for DeletedCrateId
impl Ord for DeletedCrateId
Source§fn cmp(&self, other: &DeletedCrateId) -> Ordering
fn cmp(&self, other: &DeletedCrateId) -> 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 DeletedCrateId
impl PartialEq for DeletedCrateId
Source§impl PartialOrd for DeletedCrateId
impl PartialOrd for DeletedCrateId
Source§impl Serialize for DeletedCrateId
impl Serialize for DeletedCrateId
impl Copy for DeletedCrateId
impl Eq for DeletedCrateId
impl StructuralPartialEq for DeletedCrateId
Auto Trait Implementations§
impl Freeze for DeletedCrateId
impl RefUnwindSafe for DeletedCrateId
impl Send for DeletedCrateId
impl Sync for DeletedCrateId
impl Unpin for DeletedCrateId
impl UnwindSafe for DeletedCrateId
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