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