Struct bytecode_interpreter::shared::ident::StructIdent
source · pub struct StructIdent {
pub module: ModuleIdent,
pub name: String,
}
Fields§
§module: ModuleIdent
§name: String
Implementations§
source§impl StructIdent
impl StructIdent
Trait Implementations§
source§impl Clone for StructIdent
impl Clone for StructIdent
source§fn clone(&self) -> StructIdent
fn clone(&self) -> StructIdent
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 StructIdent
impl Debug for StructIdent
source§impl Display for StructIdent
impl Display for StructIdent
source§impl Ord for StructIdent
impl Ord for StructIdent
source§fn cmp(&self, other: &StructIdent) -> Ordering
fn cmp(&self, other: &StructIdent) -> 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<StructIdent> for StructIdent
impl PartialEq<StructIdent> for StructIdent
source§fn eq(&self, other: &StructIdent) -> bool
fn eq(&self, other: &StructIdent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<StructIdent> for StructIdent
impl PartialOrd<StructIdent> for StructIdent
source§fn partial_cmp(&self, other: &StructIdent) -> Option<Ordering>
fn partial_cmp(&self, other: &StructIdent) -> 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 Eq for StructIdent
impl StructuralEq for StructIdent
impl StructuralPartialEq for StructIdent
Auto Trait Implementations§
impl RefUnwindSafe for StructIdent
impl Send for StructIdent
impl Sync for StructIdent
impl Unpin for StructIdent
impl UnwindSafe for StructIdent
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.