pub struct PackageKey(/* private fields */);Implementations§
Source§impl PackageKey
 
impl PackageKey
pub fn null() -> PackageKey
Trait Implementations§
Source§impl Clone for PackageKey
 
impl Clone for PackageKey
Source§fn clone(&self) -> PackageKey
 
fn clone(&self) -> PackageKey
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 PackageKey
 
impl Debug for PackageKey
Source§impl Default for PackageKey
 
impl Default for PackageKey
Source§fn default() -> PackageKey
 
fn default() -> PackageKey
Returns the “default value” for a type. Read more
Source§impl From<usize> for PackageKey
 
impl From<usize> for PackageKey
Source§fn from(k: usize) -> PackageKey
 
fn from(k: usize) -> PackageKey
Converts to this type from the input type.
Source§impl Hash for PackageKey
 
impl Hash for PackageKey
Source§impl Ord for PackageKey
 
impl Ord for PackageKey
Source§fn cmp(&self, other: &PackageKey) -> Ordering
 
fn cmp(&self, other: &PackageKey) -> 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 PackageKey
 
impl PartialEq for PackageKey
Source§impl PartialOrd for PackageKey
 
impl PartialOrd for PackageKey
Source§impl PiggyVecKey for PackageKey
 
impl PiggyVecKey for PackageKey
impl Copy for PackageKey
impl Eq for PackageKey
impl StructuralPartialEq for PackageKey
Auto Trait Implementations§
impl Freeze for PackageKey
impl RefUnwindSafe for PackageKey
impl Send for PackageKey
impl Sync for PackageKey
impl Unpin for PackageKey
impl UnwindSafe for PackageKey
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