pub enum VueApiStyle {
Options,
Composition,
ScriptSetup,
}Expand description
Vue API style labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VueApiStyle
impl Clone for VueApiStyle
Source§fn clone(&self) -> VueApiStyle
fn clone(&self) -> VueApiStyle
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 VueApiStyle
impl Debug for VueApiStyle
Source§impl Hash for VueApiStyle
impl Hash for VueApiStyle
Source§impl Ord for VueApiStyle
impl Ord for VueApiStyle
Source§fn cmp(&self, other: &VueApiStyle) -> Ordering
fn cmp(&self, other: &VueApiStyle) -> 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 VueApiStyle
impl PartialEq for VueApiStyle
Source§fn eq(&self, other: &VueApiStyle) -> bool
fn eq(&self, other: &VueApiStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VueApiStyle
impl PartialOrd for VueApiStyle
impl Copy for VueApiStyle
impl Eq for VueApiStyle
impl StructuralPartialEq for VueApiStyle
Auto Trait Implementations§
impl Freeze for VueApiStyle
impl RefUnwindSafe for VueApiStyle
impl Send for VueApiStyle
impl Sync for VueApiStyle
impl Unpin for VueApiStyle
impl UnsafeUnpin for VueApiStyle
impl UnwindSafe for VueApiStyle
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