Struct warg_loader::PackageRef
source · pub struct PackageRef { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for PackageRef
impl Clone for PackageRef
source§fn clone(&self) -> PackageRef
fn clone(&self) -> PackageRef
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 PackageRef
impl Debug for PackageRef
source§impl Display for PackageRef
impl Display for PackageRef
source§impl FromStr for PackageRef
impl FromStr for PackageRef
source§impl Hash for PackageRef
impl Hash for PackageRef
source§impl PartialEq for PackageRef
impl PartialEq for PackageRef
source§fn eq(&self, other: &PackageRef) -> bool
fn eq(&self, other: &PackageRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> TryFrom<&'a str> for PackageRef
impl<'a> TryFrom<&'a str> for PackageRef
impl Eq for PackageRef
impl StructuralEq for PackageRef
impl StructuralPartialEq for PackageRef
Auto Trait Implementations§
impl RefUnwindSafe for PackageRef
impl Send for PackageRef
impl Sync for PackageRef
impl Unpin for PackageRef
impl UnwindSafe for PackageRef
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.