Enum ViteFrameworkPreset
pub enum ViteFrameworkPreset {
React,
Vue,
Svelte,
Vanilla,
Lit,
Preact,
Solid,
Qwik,
}Expand description
Vite framework preset labels.
Variants§
Implementations§
§impl ViteFrameworkPreset
impl ViteFrameworkPreset
Trait Implementations§
§impl Clone for ViteFrameworkPreset
impl Clone for ViteFrameworkPreset
§fn clone(&self) -> ViteFrameworkPreset
fn clone(&self) -> ViteFrameworkPreset
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 ViteFrameworkPreset
impl Debug for ViteFrameworkPreset
§impl Hash for ViteFrameworkPreset
impl Hash for ViteFrameworkPreset
§impl Ord for ViteFrameworkPreset
impl Ord for ViteFrameworkPreset
§fn cmp(&self, other: &ViteFrameworkPreset) -> Ordering
fn cmp(&self, other: &ViteFrameworkPreset) -> 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 ViteFrameworkPreset
impl PartialEq for ViteFrameworkPreset
§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