pub enum NextJsVersionFamily {
Next12,
Next13,
Next14,
Next15,
Next16,
}Expand description
Next.js version-family labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NextJsVersionFamily
impl Clone for NextJsVersionFamily
Source§fn clone(&self) -> NextJsVersionFamily
fn clone(&self) -> NextJsVersionFamily
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 NextJsVersionFamily
impl Debug for NextJsVersionFamily
Source§impl Display for NextJsVersionFamily
impl Display for NextJsVersionFamily
Source§impl FromStr for NextJsVersionFamily
impl FromStr for NextJsVersionFamily
Source§impl Hash for NextJsVersionFamily
impl Hash for NextJsVersionFamily
Source§impl Ord for NextJsVersionFamily
impl Ord for NextJsVersionFamily
Source§fn cmp(&self, other: &NextJsVersionFamily) -> Ordering
fn cmp(&self, other: &NextJsVersionFamily) -> 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 NextJsVersionFamily
impl PartialEq for NextJsVersionFamily
Source§fn eq(&self, other: &NextJsVersionFamily) -> bool
fn eq(&self, other: &NextJsVersionFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NextJsVersionFamily
impl PartialOrd for NextJsVersionFamily
impl Copy for NextJsVersionFamily
impl Eq for NextJsVersionFamily
impl StructuralPartialEq for NextJsVersionFamily
Auto Trait Implementations§
impl Freeze for NextJsVersionFamily
impl RefUnwindSafe for NextJsVersionFamily
impl Send for NextJsVersionFamily
impl Sync for NextJsVersionFamily
impl Unpin for NextJsVersionFamily
impl UnsafeUnpin for NextJsVersionFamily
impl UnwindSafe for NextJsVersionFamily
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