pub struct Interpreter { /* private fields */ }Expand description
The interpreter which transforms a gist expression using the provided stats
Implementations§
Source§impl Interpreter
impl Interpreter
Trait Implementations§
Source§impl Clone for Interpreter
impl Clone for Interpreter
Source§fn clone(&self) -> Interpreter
fn clone(&self) -> Interpreter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Interpreter
impl Debug for Interpreter
Source§impl Default for Interpreter
impl Default for Interpreter
Source§fn default() -> Interpreter
fn default() -> Interpreter
Returns the “default value” for a type. Read more
impl Eq for Interpreter
Source§impl PartialEq for Interpreter
impl PartialEq for Interpreter
Source§fn eq(&self, other: &Interpreter) -> bool
fn eq(&self, other: &Interpreter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Interpreter
Auto Trait Implementations§
impl Freeze for Interpreter
impl RefUnwindSafe for Interpreter
impl Send for Interpreter
impl Sync for Interpreter
impl Unpin for Interpreter
impl UnsafeUnpin for Interpreter
impl UnwindSafe for Interpreter
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