pub enum VueFileKind {
Component,
Composable,
Store,
Page,
Layout,
}Expand description
Vue file-kind metadata.
Variants§
Trait Implementations§
Source§impl Clone for VueFileKind
impl Clone for VueFileKind
Source§fn clone(&self) -> VueFileKind
fn clone(&self) -> VueFileKind
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 VueFileKind
impl Debug for VueFileKind
Source§impl Hash for VueFileKind
impl Hash for VueFileKind
Source§impl Ord for VueFileKind
impl Ord for VueFileKind
Source§fn cmp(&self, other: &VueFileKind) -> Ordering
fn cmp(&self, other: &VueFileKind) -> 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 VueFileKind
impl PartialEq for VueFileKind
Source§fn eq(&self, other: &VueFileKind) -> bool
fn eq(&self, other: &VueFileKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VueFileKind
impl PartialOrd for VueFileKind
impl Copy for VueFileKind
impl Eq for VueFileKind
impl StructuralPartialEq for VueFileKind
Auto Trait Implementations§
impl Freeze for VueFileKind
impl RefUnwindSafe for VueFileKind
impl Send for VueFileKind
impl Sync for VueFileKind
impl Unpin for VueFileKind
impl UnsafeUnpin for VueFileKind
impl UnwindSafe for VueFileKind
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