Struct rustemo::lr::builder::TreeBuilder
source · pub struct TreeBuilder<'i, I: Input<Output = I> + ?Sized, P, TK> { /* private fields */ }Expand description
TreeBuilder is a builder that builds a generic concrete parse tree.
Trait Implementations§
Auto Trait Implementations§
impl<'i, I: ?Sized, P, TK> RefUnwindSafe for TreeBuilder<'i, I, P, TK>where I: RefUnwindSafe, P: RefUnwindSafe, TK: RefUnwindSafe,
impl<'i, I: ?Sized, P, TK> Send for TreeBuilder<'i, I, P, TK>where I: Sync, P: Send, TK: Send,
impl<'i, I: ?Sized, P, TK> Sync for TreeBuilder<'i, I, P, TK>where I: Sync, P: Sync, TK: Sync,
impl<'i, I: ?Sized, P, TK> Unpin for TreeBuilder<'i, I, P, TK>where P: Unpin, TK: Unpin,
impl<'i, I: ?Sized, P, TK> UnwindSafe for TreeBuilder<'i, I, P, TK>where I: RefUnwindSafe, P: UnwindSafe, TK: UnwindSafe,
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