[−][src]Enum envmnt::types::ExpansionType
Expansion Type - unix/windows style
Variants
Unix prefix environment style, for example: $MY_ENV
Unix brackets environment style, for example: ${MY_ENV}
All unix supported styles
Windows environment style, for example: %MY_ENV%
Current OS supported styles (Unix/Windows)
All supported styles for all platforms (not including custom types such as UnixBracketsWithDefaults
Unix brackets like format with default value support ${key:default}
Trait Implementations
impl Clone for ExpansionType[src]
fn clone(&self) -> ExpansionType[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ExpansionType[src]
impl Debug for ExpansionType[src]
impl PartialEq<ExpansionType> for ExpansionType[src]
fn eq(&self, other: &ExpansionType) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for ExpansionType[src]
Auto Trait Implementations
impl RefUnwindSafe for ExpansionType
impl Send for ExpansionType
impl Sync for ExpansionType
impl Unpin for ExpansionType
impl UnwindSafe for ExpansionType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,