pub struct DependencyId(pub Uuid);Expand description
Dependency identifier.
Tuple Fields§
§0: UuidImplementations§
Source§impl DependencyId
impl DependencyId
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 · 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 Default for DependencyId
impl Default for DependencyId
Source§impl<'de> Deserialize<'de> for DependencyId
impl<'de> Deserialize<'de> for DependencyId
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 Display for DependencyId
impl Display for DependencyId
Source§impl Hash for DependencyId
impl Hash for DependencyId
Source§impl PartialEq for DependencyId
impl PartialEq for DependencyId
Source§impl Serialize for DependencyId
impl Serialize for DependencyId
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