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