Struct librsnek::system::primitives::SetElement   
                   
                       [−]
                   
               [src]
pub struct SetElement(pub HashId, pub RtObject);
See: DictKey
Trait Implementations
impl Clone for SetElement[src]
fn clone(&self) -> SetElement
Returns a copy of the value.
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source.
impl Debug for SetElement[src]
impl Hash for SetElement[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
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 SetElement[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for SetElement[src]
fn eq(&self, __arg_0: &SetElement) -> bool
This method tests for self and other values to be equal, and is used
fn ne(&self, __arg_0: &SetElement) -> bool
This method tests for !=.