Struct zen_expression::compiler::Compiler
source · pub struct Compiler<'arena> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'arena> Freeze for Compiler<'arena>
impl<'arena> !RefUnwindSafe for Compiler<'arena>
impl<'arena> !Send for Compiler<'arena>
impl<'arena> !Sync for Compiler<'arena>
impl<'arena> Unpin for Compiler<'arena>
impl<'arena> !UnwindSafe for Compiler<'arena>
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