pub enum LexicalDeclarationKind {
Const(Span),
Let(Span),
}Variants§
Trait Implementations§
Source§impl Clone for LexicalDeclarationKind
impl Clone for LexicalDeclarationKind
Source§fn clone(&self) -> LexicalDeclarationKind
fn clone(&self) -> LexicalDeclarationKind
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 LexicalDeclarationKind
impl Debug for LexicalDeclarationKind
Source§impl<'tree> FromNode<'tree> for LexicalDeclarationKind
impl<'tree> FromNode<'tree> for LexicalDeclarationKind
Auto Trait Implementations§
impl Freeze for LexicalDeclarationKind
impl RefUnwindSafe for LexicalDeclarationKind
impl Send for LexicalDeclarationKind
impl Sync for LexicalDeclarationKind
impl Unpin for LexicalDeclarationKind
impl UnsafeUnpin for LexicalDeclarationKind
impl UnwindSafe for LexicalDeclarationKind
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