pub enum ExecutionCall {
Math(MathIntrinsic),
}Variants§
Math(MathIntrinsic)
Trait Implementations§
Source§impl Clone for ExecutionCall
impl Clone for ExecutionCall
Source§fn clone(&self) -> ExecutionCall
fn clone(&self) -> ExecutionCall
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 ExecutionCall
impl Debug for ExecutionCall
Source§impl PartialEq for ExecutionCall
impl PartialEq for ExecutionCall
Source§fn eq(&self, other: &ExecutionCall) -> bool
fn eq(&self, other: &ExecutionCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionCall
Auto Trait Implementations§
impl Freeze for ExecutionCall
impl RefUnwindSafe for ExecutionCall
impl Send for ExecutionCall
impl Sync for ExecutionCall
impl Unpin for ExecutionCall
impl UnsafeUnpin for ExecutionCall
impl UnwindSafe for ExecutionCall
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