[][src]Struct cluStaticData::err::StaticErr

pub struct StaticErr<T> { /* fields omitted */ }

Methods

impl<T> StaticErr<T>[src]

pub const fn new(arg: T, err: StaticInitErr) -> Self[src]

pub const fn prev(arg: T) -> Self[src]

pub const fn allow(arg: T) -> Self[src]

pub const fn unk(arg: T) -> Self[src]

pub fn into_inner(self) -> T[src]

pub fn into_type(self) -> StaticInitErr[src]

pub const fn as_type(&self) -> &StaticInitErr[src]

pub const fn as_inner(&self) -> &T[src]

Methods from Deref<Target = StaticInitErr>

Trait Implementations

impl<T: Clone> Clone for StaticErr<T>[src]

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

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq<StaticErr<T>> for StaticErr<T>[src]

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

impl<T> From<(T, StaticInitErr)> for StaticErr<T>[src]

impl<T: PartialOrd> PartialOrd<StaticErr<T>> for StaticErr<T>[src]

impl<T> DerefMut for StaticErr<T>[src]

impl<T> Deref for StaticErr<T>[src]

type Target = StaticInitErr

The resulting type after dereferencing.

impl<T: Debug> Debug for StaticErr<T>[src]

Auto Trait Implementations

impl<T> Sync for StaticErr<T> where
    T: Sync

impl<T> Unpin for StaticErr<T> where
    T: Unpin

impl<T> Send for StaticErr<T> where
    T: Send

impl<T> UnwindSafe for StaticErr<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for StaticErr<T> where
    T: RefUnwindSafe

Blanket Implementations

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> From<T> for T[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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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