Struct SymbolIndex

struct SymbolIndex(7346)

The index used to identify a symbol in a symbol table.

Implementations

impl Clone for SymbolIndex

fn clone(self: &Self) -> SymbolIndex

impl Copy for SymbolIndex

impl Debug for SymbolIndex

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Display for SymbolIndex

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Eq for SymbolIndex

impl Freeze for SymbolIndex

impl Hash for SymbolIndex

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl PartialEq for SymbolIndex

fn eq(self: &Self, other: &SymbolIndex) -> bool

impl RefUnwindSafe for SymbolIndex

impl Send for SymbolIndex

impl StructuralPartialEq for SymbolIndex

impl Sync for SymbolIndex

impl Unpin for SymbolIndex

impl UnwindSafe for SymbolIndex

impl<T> Any for SymbolIndex

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SymbolIndex

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for SymbolIndex

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for SymbolIndex

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for SymbolIndex

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for SymbolIndex

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for SymbolIndex

fn to_string(self: &Self) -> String

impl<T, U> Into for SymbolIndex

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for SymbolIndex

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for SymbolIndex

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>