pub struct ExprByteCode { /* private fields */ }Expand description
The compiled bytecode for an expression
Implementations§
Source§impl ExprByteCode
impl ExprByteCode
Trait Implementations§
Source§impl Clone for ExprByteCode
impl Clone for ExprByteCode
Source§fn clone(&self) -> ExprByteCode
fn clone(&self) -> ExprByteCode
Returns a duplicate of the value. Read more
1.0.0 · 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 ExprByteCode
impl Debug for ExprByteCode
Source§impl PartialEq for ExprByteCode
impl PartialEq for ExprByteCode
impl StructuralPartialEq for ExprByteCode
Auto Trait Implementations§
impl Freeze for ExprByteCode
impl RefUnwindSafe for ExprByteCode
impl Send for ExprByteCode
impl Sync for ExprByteCode
impl Unpin for ExprByteCode
impl UnwindSafe for ExprByteCode
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