pub enum OptionEnvvarSettings {
DisallowedInEnvvar,
AllowedInEnvvar,
}Variants§
Trait Implementations§
Source§impl Clone for OptionEnvvarSettings
impl Clone for OptionEnvvarSettings
Source§fn clone(&self) -> OptionEnvvarSettings
fn clone(&self) -> OptionEnvvarSettings
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 OptionEnvvarSettings
impl Debug for OptionEnvvarSettings
Source§impl PartialEq for OptionEnvvarSettings
impl PartialEq for OptionEnvvarSettings
impl StructuralPartialEq for OptionEnvvarSettings
Auto Trait Implementations§
impl Freeze for OptionEnvvarSettings
impl RefUnwindSafe for OptionEnvvarSettings
impl Send for OptionEnvvarSettings
impl Sync for OptionEnvvarSettings
impl Unpin for OptionEnvvarSettings
impl UnsafeUnpin for OptionEnvvarSettings
impl UnwindSafe for OptionEnvvarSettings
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