pub struct ExprByteCode { /* private fields */ }Expand description
The compiled bytecode for an expression
Implementations§
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 (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 ExprByteCode
impl Debug for ExprByteCode
Source§impl PartialEq for ExprByteCode
impl PartialEq for ExprByteCode
Source§fn eq(&self, other: &ExprByteCode) -> bool
fn eq(&self, other: &ExprByteCode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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