pub struct PyenvVersion { /* private fields */ }
Expand description
A pyenv
version, either a python
version or a virtualenv name,
and where it was looked-up from.
Implementations§
Source§impl PyenvVersion
impl PyenvVersion
pub fn from(from: PyenvVersionFrom) -> impl Fn(String) -> Self
Trait Implementations§
Source§impl Debug for PyenvVersion
impl Debug for PyenvVersion
Auto Trait Implementations§
impl Freeze for PyenvVersion
impl RefUnwindSafe for PyenvVersion
impl Send for PyenvVersion
impl Sync for PyenvVersion
impl Unpin for PyenvVersion
impl UnwindSafe for PyenvVersion
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