pub enum NuxtVersionFamily {
Nuxt2,
Nuxt3,
Nuxt4,
}Expand description
Nuxt version-family labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NuxtVersionFamily
impl Clone for NuxtVersionFamily
Source§fn clone(&self) -> NuxtVersionFamily
fn clone(&self) -> NuxtVersionFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NuxtVersionFamily
impl Debug for NuxtVersionFamily
Source§impl Hash for NuxtVersionFamily
impl Hash for NuxtVersionFamily
Source§impl Ord for NuxtVersionFamily
impl Ord for NuxtVersionFamily
Source§fn cmp(&self, other: &NuxtVersionFamily) -> Ordering
fn cmp(&self, other: &NuxtVersionFamily) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for NuxtVersionFamily
impl PartialEq for NuxtVersionFamily
Source§fn eq(&self, other: &NuxtVersionFamily) -> bool
fn eq(&self, other: &NuxtVersionFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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