pub enum DependencyNodeType {
Command,
Struct,
Enum,
Type,
Module,
}Variants§
Trait Implementations§
Source§impl Clone for DependencyNodeType
impl Clone for DependencyNodeType
Source§fn clone(&self) -> DependencyNodeType
fn clone(&self) -> DependencyNodeType
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 DependencyNodeType
impl Debug for DependencyNodeType
Source§impl Hash for DependencyNodeType
impl Hash for DependencyNodeType
Source§impl PartialEq for DependencyNodeType
impl PartialEq for DependencyNodeType
impl Eq for DependencyNodeType
impl StructuralPartialEq for DependencyNodeType
Auto Trait Implementations§
impl Freeze for DependencyNodeType
impl RefUnwindSafe for DependencyNodeType
impl Send for DependencyNodeType
impl Sync for DependencyNodeType
impl Unpin for DependencyNodeType
impl UnwindSafe for DependencyNodeType
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