[][src]Struct gluon_base::kind::KindCache

pub struct KindCache {
    pub row: ArcKind,
    pub hole: ArcKind,
    pub error: ArcKind,
    pub typ: ArcKind,
    // some fields omitted
}

Fields

row: ArcKindhole: ArcKinderror: ArcKindtyp: ArcKind

Methods

impl KindCache where
    ArcKind: From<Kind>, 
[src]

pub fn new() -> Self[src]

impl KindCache where
    ArcKind: Clone
[src]

pub fn row(&self) -> ArcKind[src]

pub fn hole(&self) -> ArcKind[src]

pub fn error(&self) -> ArcKind[src]

pub fn typ(&self) -> ArcKind[src]

Trait Implementations

impl Clone for KindCache[src]

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

Performs copy-assignment from source. Read more

impl Default for KindCache where
    ArcKind: From<Kind>, 
[src]

impl Debug for KindCache[src]

Auto Trait Implementations

impl Send for KindCache

impl Sync for KindCache

Blanket Implementations

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

impl<T> From for T[src]

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

type Owned = T

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

type Error = Infallible

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

The type returned in the event of a conversion error.

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

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