pub struct ScopeSymShadow(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for ScopeSymShadow
impl Clone for ScopeSymShadow
source§fn clone(&self) -> ScopeSymShadow
fn clone(&self) -> ScopeSymShadow
Returns a copy of the value. Read more
1.0.0 · 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 ScopeSymShadow
impl Debug for ScopeSymShadow
source§impl Hash for ScopeSymShadow
impl Hash for ScopeSymShadow
source§impl Ord for ScopeSymShadow
impl Ord for ScopeSymShadow
source§fn cmp(&self, other: &ScopeSymShadow) -> Ordering
fn cmp(&self, other: &ScopeSymShadow) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ScopeSymShadow> for ScopeSymShadow
impl PartialEq<ScopeSymShadow> for ScopeSymShadow
source§fn eq(&self, other: &ScopeSymShadow) -> bool
fn eq(&self, other: &ScopeSymShadow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ScopeSymShadow> for ScopeSymShadow
impl PartialOrd<ScopeSymShadow> for ScopeSymShadow
source§fn partial_cmp(&self, other: &ScopeSymShadow) -> Option<Ordering>
fn partial_cmp(&self, other: &ScopeSymShadow) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ScopeSymShadow
impl Eq for ScopeSymShadow
impl StructuralEq for ScopeSymShadow
impl StructuralPartialEq for ScopeSymShadow
Auto Trait Implementations§
impl RefUnwindSafe for ScopeSymShadow
impl Send for ScopeSymShadow
impl Sync for ScopeSymShadow
impl Unpin for ScopeSymShadow
impl UnwindSafe for ScopeSymShadow
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