Struct librsnek::compiler::symbol::Definition
[−]
[src]
pub struct Definition(pub String, pub Native);
Trait Implementations
impl Clone for Definition[src]
fn clone(&self) -> Definition
Returns a copy of the value.
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source.
impl Debug for Definition[src]
impl Ord for Definition[src]
impl Hash for Definition[src]
fn hash<H: Hasher>(&self, state: &mut H) where
H: Hasher,
H: Hasher,
Feeds this value into the given [Hasher].
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher].
impl Eq for Definition[src]
fn assert_receiver_is_total_eq(&self)1.0.0
impl PartialEq for Definition[src]
fn eq(&self, rhs: &Self) -> bool
This method tests for self and other values to be equal, and is used
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl PartialOrd for Definition[src]
fn partial_cmp(&self, rhs: &Self) -> Option<Ordering>
This method returns an ordering between self and other values if one exists.
fn lt(&self, other: &Rhs) -> bool1.0.0
This method tests less than (for self and other) and is used by the < operator.
fn le(&self, other: &Rhs) -> bool1.0.0
This method tests less than or equal to (for self and other) and is used by the <=
fn gt(&self, other: &Rhs) -> bool1.0.0
This method tests greater than (for self and other) and is used by the > operator.
fn ge(&self, other: &Rhs) -> bool1.0.0
This method tests greater than or equal to (for self and other) and is used by the >=