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

pub struct ArcKind(_);

Reference counted kind type.

Implementations

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<'ast, Id> AstClone<'ast, Id> for ArcKind[src]

impl Clone for ArcKind[src]

impl Debug for ArcKind[src]

impl Default for ArcKind[src]

impl Deref for ArcKind[src]

type Target = Kind

The resulting type after dereferencing.

impl Display for ArcKind[src]

impl Eq for ArcKind[src]

impl From<Kind> for ArcKind[src]

impl Hash for ArcKind[src]

impl PartialEq<ArcKind> for ArcKind[src]

impl StructuralEq for ArcKind[src]

impl StructuralPartialEq for ArcKind[src]

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]

Auto Trait Implementations

impl RefUnwindSafe for ArcKind

impl Send for ArcKind

impl Sync for ArcKind

impl Unpin for ArcKind

impl UnwindSafe for ArcKind

Blanket Implementations

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

impl<Id> AsId<Id> for Id where
    Id: ?Sized
[src]

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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