pub enum PyenvVersionFrom {
Shell,
Local,
Global,
}
Expand description
Where the given PyenvVersion
was found from.
Variants§
Trait Implementations§
Source§impl Clone for PyenvVersionFrom
impl Clone for PyenvVersionFrom
Source§fn clone(&self) -> PyenvVersionFrom
fn clone(&self) -> PyenvVersionFrom
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 PyenvVersionFrom
impl Debug for PyenvVersionFrom
Source§impl Display for PyenvVersionFrom
impl Display for PyenvVersionFrom
impl Copy for PyenvVersionFrom
Auto Trait Implementations§
impl Freeze for PyenvVersionFrom
impl RefUnwindSafe for PyenvVersionFrom
impl Send for PyenvVersionFrom
impl Sync for PyenvVersionFrom
impl Unpin for PyenvVersionFrom
impl UnwindSafe for PyenvVersionFrom
Blanket Implementations§
Source§impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
impl<T, Res> Apply<Res> for Twhere
T: ?Sized,
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