pub struct ComponentDependencyKey {
pub component_name: String,
pub component_id: Uuid,
pub component_revision: u64,
pub root_package_name: Option<String>,
pub root_package_version: Option<String>,
}Fields§
§component_name: String§component_id: Uuid§component_revision: u64§root_package_name: Option<String>§root_package_version: Option<String>Trait Implementations§
Source§impl Clone for ComponentDependencyKey
impl Clone for ComponentDependencyKey
Source§fn clone(&self) -> ComponentDependencyKey
fn clone(&self) -> ComponentDependencyKey
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 ComponentDependencyKey
impl Debug for ComponentDependencyKey
Source§impl Default for ComponentDependencyKey
impl Default for ComponentDependencyKey
Source§fn default() -> ComponentDependencyKey
fn default() -> ComponentDependencyKey
Returns the “default value” for a type. Read more
Source§impl Display for ComponentDependencyKey
impl Display for ComponentDependencyKey
Source§impl Hash for ComponentDependencyKey
impl Hash for ComponentDependencyKey
Source§impl Ord for ComponentDependencyKey
impl Ord for ComponentDependencyKey
Source§fn cmp(&self, other: &ComponentDependencyKey) -> Ordering
fn cmp(&self, other: &ComponentDependencyKey) -> 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 ComponentDependencyKey
impl PartialEq for ComponentDependencyKey
Source§impl PartialOrd for ComponentDependencyKey
impl PartialOrd for ComponentDependencyKey
impl Eq for ComponentDependencyKey
impl StructuralPartialEq for ComponentDependencyKey
Auto Trait Implementations§
impl Freeze for ComponentDependencyKey
impl RefUnwindSafe for ComponentDependencyKey
impl Send for ComponentDependencyKey
impl Sync for ComponentDependencyKey
impl Unpin for ComponentDependencyKey
impl UnsafeUnpin for ComponentDependencyKey
impl UnwindSafe for ComponentDependencyKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.