Struct quantmath::core::factories::Qbox[][src]

pub struct Qbox<T: Serialize + TypeId + Debug + ?Sized>(_);

Our own box type, so we can implement serialization and deserialization.

Methods

impl<T: ?Sized> Qbox<T> where
    T: Serialize + TypeId + Debug
[src]

Trait Implementations

impl<T: ?Sized> Deref for Qbox<T> where
    T: Serialize + TypeId + Debug
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T: ?Sized> TypeId for Qbox<T> where
    T: Serialize + TypeId + Debug
[src]

impl<T: ?Sized> Debug for Qbox<T> where
    T: Serialize + TypeId + Debug
[src]

Formats the value using the given formatter. Read more

impl<T: ?Sized> Serialize for Qbox<T> where
    T: Serialize + TypeId + Debug
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<T: ?Sized> Send for Qbox<T> where
    T: Send

impl<T: ?Sized> Sync for Qbox<T> where
    T: Sync