pub enum LitFileKind {
Element,
Template,
Styles,
Controller,
Directive,
Decorator,
}Expand description
Lit file-kind labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LitFileKind
impl Clone for LitFileKind
Source§fn clone(&self) -> LitFileKind
fn clone(&self) -> LitFileKind
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 LitFileKind
impl Debug for LitFileKind
Source§impl Display for LitFileKind
impl Display for LitFileKind
Source§impl FromStr for LitFileKind
impl FromStr for LitFileKind
Source§impl Hash for LitFileKind
impl Hash for LitFileKind
Source§impl Ord for LitFileKind
impl Ord for LitFileKind
Source§fn cmp(&self, other: &LitFileKind) -> Ordering
fn cmp(&self, other: &LitFileKind) -> 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 LitFileKind
impl PartialEq for LitFileKind
Source§fn eq(&self, other: &LitFileKind) -> bool
fn eq(&self, other: &LitFileKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LitFileKind
impl PartialOrd for LitFileKind
impl Copy for LitFileKind
impl Eq for LitFileKind
impl StructuralPartialEq for LitFileKind
Auto Trait Implementations§
impl Freeze for LitFileKind
impl RefUnwindSafe for LitFileKind
impl Send for LitFileKind
impl Sync for LitFileKind
impl Unpin for LitFileKind
impl UnsafeUnpin for LitFileKind
impl UnwindSafe for LitFileKind
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