Struct gluon_base::kind::ArcKind[][src]

pub struct ArcKind(_);

Reference counted kind type.

Methods

impl ArcKind
[src]

Methods from Deref<Target = Kind>

Trait Implementations

impl<'a, A, B, E> ToDoc<'a, A, B, E> for ArcKind
[src]

impl Clone for ArcKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ArcKind
[src]

impl PartialEq for ArcKind
[src]

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

This method tests for !=.

impl Hash for ArcKind
[src]

Feeds this value into the given [Hasher]. Read more

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

impl StableDeref for ArcKind
[src]

impl Deref for ArcKind
[src]

The resulting type after dereferencing.

Dereferences the value.

impl From<Kind> for ArcKind
[src]

Performs the conversion.

impl Debug for ArcKind
[src]

Formats the value using the given formatter. Read more

impl Display for ArcKind
[src]

Formats the value using the given formatter. Read more

impl<'a, F: ?Sized> Walker<'a, ArcKind> for F where
    F: FnMut(&ArcKind), 
[src]

Auto Trait Implementations

impl Send for ArcKind

impl Sync for ArcKind