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