Struct linked_syntax_tree::SyntaxTree
source · pub struct SyntaxTree<T> { /* private fields */ }
Expand description
A doubly-linked syntax tree.
Implementations§
source§impl<T> SyntaxTree<T>
impl<T> SyntaxTree<T>
Trait Implementations§
source§impl<T: Clone> Clone for SyntaxTree<T>
impl<T: Clone> Clone for SyntaxTree<T>
source§impl<T: Debug> Debug for SyntaxTree<T>
impl<T: Debug> Debug for SyntaxTree<T>
source§impl<T> Default for SyntaxTree<T>
impl<T> Default for SyntaxTree<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for SyntaxTree<T>where T: RefUnwindSafe,
impl<T> !Send for SyntaxTree<T>
impl<T> !Sync for SyntaxTree<T>
impl<T> Unpin for SyntaxTree<T>
impl<T> UnwindSafe for SyntaxTree<T>where T: RefUnwindSafe,
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