pub struct EncodablePackageId { /* private fields */ }
Trait Implementations
sourceimpl Clone for EncodablePackageId
impl Clone for EncodablePackageId
sourcefn clone(&self) -> EncodablePackageId
fn clone(&self) -> EncodablePackageId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EncodablePackageId
impl Debug for EncodablePackageId
sourceimpl<'de> Deserialize<'de> for EncodablePackageId
impl<'de> Deserialize<'de> for EncodablePackageId
sourcefn deserialize<D>(d: D) -> Result<EncodablePackageId, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<EncodablePackageId, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for EncodablePackageId
impl Display for EncodablePackageId
sourceimpl FromStr for EncodablePackageId
impl FromStr for EncodablePackageId
sourcefn from_str(s: &str) -> CargoResult<EncodablePackageId>
fn from_str(s: &str) -> CargoResult<EncodablePackageId>
Parses a string s
to return a value of this type. Read more
sourceimpl Hash for EncodablePackageId
impl Hash for EncodablePackageId
sourceimpl Ord for EncodablePackageId
impl Ord for EncodablePackageId
sourceimpl PartialEq<EncodablePackageId> for EncodablePackageId
impl PartialEq<EncodablePackageId> for EncodablePackageId
sourcefn eq(&self, other: &EncodablePackageId) -> bool
fn eq(&self, other: &EncodablePackageId) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &EncodablePackageId) -> bool
fn ne(&self, other: &EncodablePackageId) -> bool
This method tests for !=
.
sourceimpl PartialOrd<EncodablePackageId> for EncodablePackageId
impl PartialOrd<EncodablePackageId> for EncodablePackageId
sourcefn partial_cmp(&self, other: &EncodablePackageId) -> Option<Ordering>
fn partial_cmp(&self, other: &EncodablePackageId) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Serialize for EncodablePackageId
impl Serialize for EncodablePackageId
impl Eq for EncodablePackageId
impl StructuralEq for EncodablePackageId
impl StructuralPartialEq for EncodablePackageId
Auto Trait Implementations
impl RefUnwindSafe for EncodablePackageId
impl Send for EncodablePackageId
impl Sync for EncodablePackageId
impl Unpin for EncodablePackageId
impl UnwindSafe for EncodablePackageId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.