Struct gluon_base::types::RcKind [] [src]

pub struct RcKind(_);

Reference counted kind type.

Methods

impl RcKind
[src]

fn new(k: Kind) -> RcKind

Methods from Deref<Target=Kind>

Trait Implementations

impl Hash for RcKind
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl PartialEq for RcKind
[src]

fn eq(&self, __arg_0: &RcKind) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &RcKind) -> bool

This method tests for !=.

impl Eq for RcKind
[src]

impl Clone for RcKind
[src]

fn clone(&self) -> RcKind

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Deref for RcKind
[src]

type Target = Kind

The resulting type after dereferencing

fn deref(&self) -> &Kind

The method called to dereference a value

impl Debug for RcKind
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for RcKind
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.