pub struct Sigil<'tree> {
pub span: Span,
pub quoted_end: SigilQuotedEnd,
pub quoted_start: SigilQuotedStart,
pub children: Vec<SigilChildren<'tree>>,
}Fields§
§span: Span§quoted_end: SigilQuotedEnd§quoted_start: SigilQuotedStart§children: Vec<SigilChildren<'tree>>Trait Implementations§
impl<'tree> Eq for Sigil<'tree>
impl<'tree> StructuralPartialEq for Sigil<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Sigil<'tree>
impl<'tree> RefUnwindSafe for Sigil<'tree>
impl<'tree> Send for Sigil<'tree>
impl<'tree> Sync for Sigil<'tree>
impl<'tree> Unpin for Sigil<'tree>
impl<'tree> UnsafeUnpin for Sigil<'tree>
impl<'tree> UnwindSafe for Sigil<'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