pub struct SymbolIndex(/* private fields */);Trait Implementations§
Source§impl Clone for SymbolIndex
impl Clone for SymbolIndex
Source§fn clone(&self) -> SymbolIndex
fn clone(&self) -> SymbolIndex
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 SymbolIndex
impl Debug for SymbolIndex
Source§impl From<SymbolIndex> for usize
impl From<SymbolIndex> for usize
Source§fn from(value: SymbolIndex) -> Self
fn from(value: SymbolIndex) -> Self
Converts to this type from the input type.
Source§impl Ord for SymbolIndex
impl Ord for SymbolIndex
Source§fn cmp(&self, other: &SymbolIndex) -> Ordering
fn cmp(&self, other: &SymbolIndex) -> Ordering
1.21.0 (const: unstable) · 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 for SymbolIndex
impl PartialEq for SymbolIndex
Source§fn eq(&self, other: &SymbolIndex) -> bool
fn eq(&self, other: &SymbolIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SymbolIndex
impl PartialOrd for SymbolIndex
impl Copy for SymbolIndex
impl Eq for SymbolIndex
impl StructuralPartialEq for SymbolIndex
Auto Trait Implementations§
impl Freeze for SymbolIndex
impl RefUnwindSafe for SymbolIndex
impl Send for SymbolIndex
impl Sync for SymbolIndex
impl Unpin for SymbolIndex
impl UnsafeUnpin for SymbolIndex
impl UnwindSafe for SymbolIndex
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