Struct rust_chain::intrinsic_abi_types::SymbolCode
source · [−]pub struct SymbolCode { /* private fields */ }
Expand description
Implementations
Trait Implementations
sourceimpl Clone for SymbolCode
impl Clone for SymbolCode
sourcefn clone(&self) -> SymbolCode
fn clone(&self) -> SymbolCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for SymbolCode
impl Default for SymbolCode
sourcefn default() -> SymbolCode
fn default() -> SymbolCode
Returns the “default value” for a type. Read more
sourceimpl Packer for SymbolCode
impl Packer for SymbolCode
sourceimpl PartialEq<SymbolCode> for SymbolCode
impl PartialEq<SymbolCode> for SymbolCode
sourcefn eq(&self, other: &SymbolCode) -> bool
fn eq(&self, other: &SymbolCode) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SymbolCode) -> bool
fn ne(&self, other: &SymbolCode) -> bool
This method tests for !=
.
sourceimpl TypeInfo for SymbolCode
impl TypeInfo for SymbolCode
impl Copy for SymbolCode
impl Eq for SymbolCode
impl StructuralEq for SymbolCode
impl StructuralPartialEq for SymbolCode
Auto Trait Implementations
impl RefUnwindSafe for SymbolCode
impl Send for SymbolCode
impl Sync for SymbolCode
impl Unpin for SymbolCode
impl UnwindSafe for SymbolCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.