pub struct DependencyId(/* private fields */);Expand description
A unique identifier.
Trait Implementations§
Source§impl Clone for DependencyId
impl Clone for DependencyId
Source§fn clone(&self) -> DependencyId
fn clone(&self) -> DependencyId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DependencyId
impl Debug for DependencyId
Source§impl Hash for DependencyId
impl Hash for DependencyId
Source§impl PartialEq for DependencyId
impl PartialEq for DependencyId
Source§fn eq(&self, other: &DependencyId) -> bool
fn eq(&self, other: &DependencyId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DependencyId
impl Eq for DependencyId
impl StructuralPartialEq for DependencyId
Auto Trait Implementations§
impl Freeze for DependencyId
impl RefUnwindSafe for DependencyId
impl Send for DependencyId
impl Sync for DependencyId
impl Unpin for DependencyId
impl UnsafeUnpin for DependencyId
impl UnwindSafe for DependencyId
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