pub struct GenericExpressionId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for GenericExpressionId
impl Clone for GenericExpressionId
Source§fn clone(&self) -> GenericExpressionId
fn clone(&self) -> GenericExpressionId
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 moreimpl Copy for GenericExpressionId
Source§impl Debug for GenericExpressionId
impl Debug for GenericExpressionId
impl Eq for GenericExpressionId
Source§impl Hash for GenericExpressionId
impl Hash for GenericExpressionId
Source§impl PartialEq for GenericExpressionId
impl PartialEq for GenericExpressionId
Source§fn eq(&self, other: &GenericExpressionId) -> bool
fn eq(&self, other: &GenericExpressionId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GenericExpressionId
Auto Trait Implementations§
impl Freeze for GenericExpressionId
impl RefUnwindSafe for GenericExpressionId
impl Send for GenericExpressionId
impl Sync for GenericExpressionId
impl Unpin for GenericExpressionId
impl UnsafeUnpin for GenericExpressionId
impl UnwindSafe for GenericExpressionId
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