pub enum NuxtDirectoryKind {
Pages,
Components,
Composables,
Layouts,
Middleware,
Plugins,
Server,
Content,
Assets,
Public,
}Expand description
Common Nuxt directory labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NuxtDirectoryKind
impl Clone for NuxtDirectoryKind
Source§fn clone(&self) -> NuxtDirectoryKind
fn clone(&self) -> NuxtDirectoryKind
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 NuxtDirectoryKind
impl Debug for NuxtDirectoryKind
Source§impl Hash for NuxtDirectoryKind
impl Hash for NuxtDirectoryKind
Source§impl Ord for NuxtDirectoryKind
impl Ord for NuxtDirectoryKind
Source§fn cmp(&self, other: &NuxtDirectoryKind) -> Ordering
fn cmp(&self, other: &NuxtDirectoryKind) -> 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 NuxtDirectoryKind
impl PartialEq for NuxtDirectoryKind
Source§fn eq(&self, other: &NuxtDirectoryKind) -> bool
fn eq(&self, other: &NuxtDirectoryKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NuxtDirectoryKind
impl PartialOrd for NuxtDirectoryKind
impl Copy for NuxtDirectoryKind
impl Eq for NuxtDirectoryKind
impl StructuralPartialEq for NuxtDirectoryKind
Auto Trait Implementations§
impl Freeze for NuxtDirectoryKind
impl RefUnwindSafe for NuxtDirectoryKind
impl Send for NuxtDirectoryKind
impl Sync for NuxtDirectoryKind
impl Unpin for NuxtDirectoryKind
impl UnsafeUnpin for NuxtDirectoryKind
impl UnwindSafe for NuxtDirectoryKind
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