pub struct TypeNode {
pub group: String,
pub version: String,
pub kind: String,
}Expand description
Represents a node in the dependency graph
Fields§
§group: String§version: String§kind: StringImplementations§
Trait Implementations§
Source§impl From<TypeReference> for TypeNode
impl From<TypeReference> for TypeNode
Source§fn from(type_ref: TypeReference) -> Self
fn from(type_ref: TypeReference) -> Self
Converts to this type from the input type.
impl Eq for TypeNode
impl StructuralPartialEq for TypeNode
Auto Trait Implementations§
impl Freeze for TypeNode
impl RefUnwindSafe for TypeNode
impl Send for TypeNode
impl Sync for TypeNode
impl Unpin for TypeNode
impl UnwindSafe for TypeNode
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> 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.