pub struct NestedIdentifier<'tree> {
pub span: Span,
pub object: NestedIdentifierObject<'tree>,
pub property: PropertyIdentifier<'tree>,
}Fields§
§span: Span§object: NestedIdentifierObject<'tree>§property: PropertyIdentifier<'tree>Trait Implementations§
Source§impl<'tree> Clone for NestedIdentifier<'tree>
impl<'tree> Clone for NestedIdentifier<'tree>
Source§fn clone(&self) -> NestedIdentifier<'tree>
fn clone(&self) -> NestedIdentifier<'tree>
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<'tree> Debug for NestedIdentifier<'tree>
impl<'tree> Debug for NestedIdentifier<'tree>
impl<'tree> Eq for NestedIdentifier<'tree>
Source§impl<'tree> FromNode<'tree> for NestedIdentifier<'tree>
impl<'tree> FromNode<'tree> for NestedIdentifier<'tree>
Source§impl<'tree> PartialEq for NestedIdentifier<'tree>
impl<'tree> PartialEq for NestedIdentifier<'tree>
Source§impl Spanned for NestedIdentifier<'_>
impl Spanned for NestedIdentifier<'_>
impl<'tree> StructuralPartialEq for NestedIdentifier<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for NestedIdentifier<'tree>
impl<'tree> RefUnwindSafe for NestedIdentifier<'tree>
impl<'tree> Send for NestedIdentifier<'tree>
impl<'tree> Sync for NestedIdentifier<'tree>
impl<'tree> Unpin for NestedIdentifier<'tree>
impl<'tree> UnsafeUnpin for NestedIdentifier<'tree>
impl<'tree> UnwindSafe for NestedIdentifier<'tree>
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