pub enum YamlLanguage {}Trait Implementations§
Source§impl Clone for YamlLanguage
impl Clone for YamlLanguage
Source§fn clone(&self) -> YamlLanguage
fn clone(&self) -> YamlLanguage
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 moreSource§impl Debug for YamlLanguage
impl Debug for YamlLanguage
Source§impl Hash for YamlLanguage
impl Hash for YamlLanguage
Source§impl Language for YamlLanguage
impl Language for YamlLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for YamlLanguage
impl Ord for YamlLanguage
Source§fn cmp(&self, other: &YamlLanguage) -> Ordering
fn cmp(&self, other: &YamlLanguage) -> Ordering
1.21.0 · 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 YamlLanguage
impl PartialEq for YamlLanguage
Source§impl PartialOrd for YamlLanguage
impl PartialOrd for YamlLanguage
impl Copy for YamlLanguage
impl Eq for YamlLanguage
impl StructuralPartialEq for YamlLanguage
Auto Trait Implementations§
impl Freeze for YamlLanguage
impl RefUnwindSafe for YamlLanguage
impl Send for YamlLanguage
impl Sync for YamlLanguage
impl Unpin for YamlLanguage
impl UnwindSafe for YamlLanguage
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