Enum facti_lib::dependency::DependencyMode
source · pub enum DependencyMode {
Required,
Optional {
hidden: bool,
},
Independent,
}Variants§
Trait Implementations§
source§impl Clone for DependencyMode
impl Clone for DependencyMode
source§fn clone(&self) -> DependencyMode
fn clone(&self) -> DependencyMode
Returns a copy 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 DependencyMode
impl Debug for DependencyMode
source§impl Display for DependencyMode
impl Display for DependencyMode
source§impl PartialEq<DependencyMode> for DependencyMode
impl PartialEq<DependencyMode> for DependencyMode
source§fn eq(&self, other: &DependencyMode) -> bool
fn eq(&self, other: &DependencyMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DependencyMode
impl Eq for DependencyMode
impl StructuralEq for DependencyMode
impl StructuralPartialEq for DependencyMode
Auto Trait Implementations§
impl RefUnwindSafe for DependencyMode
impl Send for DependencyMode
impl Sync for DependencyMode
impl Unpin for DependencyMode
impl UnwindSafe for DependencyMode
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