pub struct IdentifierName(pub Node);
Tuple Fields§
§0: Node
Trait Implementations§
Source§impl Debug for IdentifierName
impl Debug for IdentifierName
Source§impl Hash for IdentifierName
impl Hash for IdentifierName
Source§impl PartialEq for IdentifierName
impl PartialEq for IdentifierName
impl Eq for IdentifierName
impl StructuralPartialEq for IdentifierName
Auto Trait Implementations§
impl Freeze for IdentifierName
impl RefUnwindSafe for IdentifierName
impl Send for IdentifierName
impl Sync for IdentifierName
impl Unpin for IdentifierName
impl UnwindSafe for IdentifierName
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