pub struct ParentNode {}Implementations§
Source§impl ParentNode
impl ParentNode
pub fn loc<'a>(loc: Option<RangeLocation>) -> Node<'a>
Trait Implementations§
Source§impl<'arena> CloneIn<'arena> for ParentNode
impl<'arena> CloneIn<'arena> for ParentNode
Source§impl Debug for ParentNode
impl Debug for ParentNode
Source§impl PartialEq for ParentNode
impl PartialEq for ParentNode
Source§impl Serialize for ParentNode
impl Serialize for ParentNode
impl StructuralPartialEq for ParentNode
Auto Trait Implementations§
impl Freeze for ParentNode
impl RefUnwindSafe for ParentNode
impl Send for ParentNode
impl Sync for ParentNode
impl Unpin for ParentNode
impl UnwindSafe for ParentNode
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