[][src]Struct beserial::uvar

pub struct uvar(_);

Trait Implementations

impl Deserialize for uvar[src]

impl Serialize for uvar[src]

impl From<uvar> for u64[src]

impl From<u64> for uvar[src]

impl Clone for uvar[src]

impl Copy for uvar[src]

impl Eq for uvar[src]

impl Ord for uvar[src]

impl PartialEq<uvar> for uvar[src]

impl PartialOrd<uvar> for uvar[src]

impl Debug for uvar[src]

impl StructuralPartialEq for uvar[src]

impl StructuralEq for uvar[src]

impl ToPrimitive for uvar[src]

impl FromPrimitive for uvar[src]

Auto Trait Implementations

impl Send for uvar

impl Sync for uvar

impl Unpin for uvar

impl UnwindSafe for uvar

impl RefUnwindSafe for uvar

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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]