Enum QwikFileKind
pub enum QwikFileKind {
Component,
Route,
Layout,
Endpoint,
Entry,
Config,
}Expand description
Qwik file-kind labels.
Variants§
Implementations§
§impl QwikFileKind
impl QwikFileKind
Trait Implementations§
§impl Clone for QwikFileKind
impl Clone for QwikFileKind
§fn clone(&self) -> QwikFileKind
fn clone(&self) -> QwikFileKind
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 QwikFileKind
impl Debug for QwikFileKind
§impl Display for QwikFileKind
impl Display for QwikFileKind
§impl FromStr for QwikFileKind
impl FromStr for QwikFileKind
§type Err = QwikNameError
type Err = QwikNameError
The associated error which can be returned from parsing.
§fn from_str(input: &str) -> Result<QwikFileKind, <QwikFileKind as FromStr>::Err>
fn from_str(input: &str) -> Result<QwikFileKind, <QwikFileKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for QwikFileKind
impl Hash for QwikFileKind
§impl Ord for QwikFileKind
impl Ord for QwikFileKind
§impl PartialEq for QwikFileKind
impl PartialEq for QwikFileKind
§impl PartialOrd for QwikFileKind
impl PartialOrd for QwikFileKind
impl Copy for QwikFileKind
impl Eq for QwikFileKind
impl StructuralPartialEq for QwikFileKind
Auto Trait Implementations§
impl Freeze for QwikFileKind
impl RefUnwindSafe for QwikFileKind
impl Send for QwikFileKind
impl Sync for QwikFileKind
impl Unpin for QwikFileKind
impl UnsafeUnpin for QwikFileKind
impl UnwindSafe for QwikFileKind
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