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