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

pub struct ArcKind(_);

Reference counted kind type.

Methods

impl ArcKind[src]

pub fn new(kind: Kind) -> ArcKind[src]

pub fn make_mut(kind: &mut ArcKind) -> &mut Kind[src]

pub fn strong_count(kind: &ArcKind) -> usize[src]

Methods from Deref<Target = Kind>

Trait Implementations

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

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

impl Eq for ArcKind[src]

impl Clone for ArcKind[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<ArcKind> for ArcKind[src]

impl Default for ArcKind[src]

impl From<Kind> for ArcKind[src]

impl Deref for ArcKind[src]

type Target = Kind

The resulting type after dereferencing.

impl Hash for ArcKind[src]

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

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

impl Debug for ArcKind[src]

impl Display for ArcKind[src]

impl StableDeref for ArcKind[src]

Auto Trait Implementations

impl Send for ArcKind

impl Sync for ArcKind

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]