pub struct GenoAstBuilder { /* private fields */ }Expand description
A Geno AST builder
Implementations§
Auto Trait Implementations§
impl Freeze for GenoAstBuilder
impl RefUnwindSafe for GenoAstBuilder
impl Send for GenoAstBuilder
impl Sync for GenoAstBuilder
impl Unpin for GenoAstBuilder
impl UnsafeUnpin for GenoAstBuilder
impl UnwindSafe for GenoAstBuilder
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