pub struct PrivatePropertyIdentifier<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for PrivatePropertyIdentifier<'tree>
impl<'tree> Clone for PrivatePropertyIdentifier<'tree>
Source§fn clone(&self) -> PrivatePropertyIdentifier<'tree>
fn clone(&self) -> PrivatePropertyIdentifier<'tree>
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<'tree> Debug for PrivatePropertyIdentifier<'tree>
impl<'tree> Debug for PrivatePropertyIdentifier<'tree>
Source§impl<'tree> FromNode<'tree> for PrivatePropertyIdentifier<'tree>
impl<'tree> FromNode<'tree> for PrivatePropertyIdentifier<'tree>
Source§impl<'tree> LeafNode<'tree> for PrivatePropertyIdentifier<'tree>
impl<'tree> LeafNode<'tree> for PrivatePropertyIdentifier<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PrivatePropertyIdentifier<'tree>
impl<'tree> RefUnwindSafe for PrivatePropertyIdentifier<'tree>
impl<'tree> Send for PrivatePropertyIdentifier<'tree>
impl<'tree> Sync for PrivatePropertyIdentifier<'tree>
impl<'tree> Unpin for PrivatePropertyIdentifier<'tree>
impl<'tree> UnsafeUnpin for PrivatePropertyIdentifier<'tree>
impl<'tree> UnwindSafe for PrivatePropertyIdentifier<'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