Enum NuxtVersionFamily
pub enum NuxtVersionFamily {
Nuxt2,
Nuxt3,
Nuxt4,
}Expand description
Nuxt version-family labels.
Variants§
Implementations§
§impl NuxtVersionFamily
impl NuxtVersionFamily
Trait Implementations§
§impl Clone for NuxtVersionFamily
impl Clone for NuxtVersionFamily
§fn clone(&self) -> NuxtVersionFamily
fn clone(&self) -> NuxtVersionFamily
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 more§impl Debug for NuxtVersionFamily
impl Debug for NuxtVersionFamily
§impl Hash for NuxtVersionFamily
impl Hash for NuxtVersionFamily
§impl Ord for NuxtVersionFamily
impl Ord for NuxtVersionFamily
§fn cmp(&self, other: &NuxtVersionFamily) -> Ordering
fn cmp(&self, other: &NuxtVersionFamily) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for NuxtVersionFamily
impl PartialEq for NuxtVersionFamily
§impl PartialOrd for NuxtVersionFamily
impl PartialOrd for NuxtVersionFamily
impl Copy for NuxtVersionFamily
impl Eq for NuxtVersionFamily
impl StructuralPartialEq for NuxtVersionFamily
Auto Trait Implementations§
impl Freeze for NuxtVersionFamily
impl RefUnwindSafe for NuxtVersionFamily
impl Send for NuxtVersionFamily
impl Sync for NuxtVersionFamily
impl Unpin for NuxtVersionFamily
impl UnsafeUnpin for NuxtVersionFamily
impl UnwindSafe for NuxtVersionFamily
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