pub enum ViteFrameworkPreset {
React,
Vue,
Svelte,
Vanilla,
Lit,
Preact,
Solid,
Qwik,
}Expand description
Vite framework preset labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ViteFrameworkPreset
impl Clone for ViteFrameworkPreset
Source§fn clone(&self) -> ViteFrameworkPreset
fn clone(&self) -> ViteFrameworkPreset
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 ViteFrameworkPreset
impl Debug for ViteFrameworkPreset
Source§impl Hash for ViteFrameworkPreset
impl Hash for ViteFrameworkPreset
Source§impl Ord for ViteFrameworkPreset
impl Ord for ViteFrameworkPreset
Source§fn cmp(&self, other: &ViteFrameworkPreset) -> Ordering
fn cmp(&self, other: &ViteFrameworkPreset) -> 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 ViteFrameworkPreset
impl PartialEq for ViteFrameworkPreset
Source§fn eq(&self, other: &ViteFrameworkPreset) -> bool
fn eq(&self, other: &ViteFrameworkPreset) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ViteFrameworkPreset
impl PartialOrd for ViteFrameworkPreset
impl Copy for ViteFrameworkPreset
impl Eq for ViteFrameworkPreset
impl StructuralPartialEq for ViteFrameworkPreset
Auto Trait Implementations§
impl Freeze for ViteFrameworkPreset
impl RefUnwindSafe for ViteFrameworkPreset
impl Send for ViteFrameworkPreset
impl Sync for ViteFrameworkPreset
impl Unpin for ViteFrameworkPreset
impl UnsafeUnpin for ViteFrameworkPreset
impl UnwindSafe for ViteFrameworkPreset
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