pub struct ExpressionIdx { /* private fields */ }Trait Implementations§
Source§impl Clone for ExpressionIdx
impl Clone for ExpressionIdx
Source§fn clone(&self) -> ExpressionIdx
fn clone(&self) -> ExpressionIdx
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 ExpressionIdx
impl Debug for ExpressionIdx
Source§impl FmtWithStore for ExpressionIdx
impl FmtWithStore for ExpressionIdx
fn fmt_with_store( &self, f: &mut Formatter<'_>, store: &ExpressionStore, ) -> Result
Source§impl PartialEq for ExpressionIdx
impl PartialEq for ExpressionIdx
Source§fn eq(&self, other: &ExpressionIdx) -> bool
fn eq(&self, other: &ExpressionIdx) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExpressionIdx
Auto Trait Implementations§
impl Freeze for ExpressionIdx
impl RefUnwindSafe for ExpressionIdx
impl Send for ExpressionIdx
impl Sync for ExpressionIdx
impl Unpin for ExpressionIdx
impl UnsafeUnpin for ExpressionIdx
impl UnwindSafe for ExpressionIdx
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