pub enum OptionValues {
DefconfigList,
Modules,
AllNoConfigY,
Env(String),
}Variants§
Trait Implementations§
Source§impl Clone for OptionValues
impl Clone for OptionValues
Source§fn clone(&self) -> OptionValues
fn clone(&self) -> OptionValues
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 OptionValues
impl Debug for OptionValues
Source§impl<'de> Deserialize<'de> for OptionValues
impl<'de> Deserialize<'de> for OptionValues
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 OptionValues
Available on crate feature display only.
impl Display for OptionValues
Available on crate feature
display only.Source§impl Hash for OptionValues
impl Hash for OptionValues
Source§impl PartialEq for OptionValues
impl PartialEq for OptionValues
Source§impl Serialize for OptionValues
impl Serialize for OptionValues
impl StructuralPartialEq for OptionValues
Auto Trait Implementations§
impl Freeze for OptionValues
impl RefUnwindSafe for OptionValues
impl Send for OptionValues
impl Sync for OptionValues
impl Unpin for OptionValues
impl UnwindSafe for OptionValues
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