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