Struct librsnek::system::primitives::DictKey [] [src]

pub struct DictKey(HashId, RtObject);

Necessary to hold the computed value of the hash since RtObject cannot call

Methods

impl DictKey
[src]

Trait Implementations

impl Clone for DictKey
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Debug for DictKey
[src]

Formats the value using the given formatter.

impl Hash for DictKey
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl Eq for DictKey
[src]

impl PartialEq for DictKey
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.