pub enum EnvActionType {
Prepend,
Append,
}
Expand description
Enum to describ the action of an environment variable, prepend or append to the env var.
Variants§
Trait Implementations§
Source§impl Clone for EnvActionType
impl Clone for EnvActionType
Source§fn clone(&self) -> EnvActionType
fn clone(&self) -> EnvActionType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EnvActionType
impl RefUnwindSafe for EnvActionType
impl Send for EnvActionType
impl Sync for EnvActionType
impl Unpin for EnvActionType
impl UnwindSafe for EnvActionType
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