[][src]Struct vint64::Vint64

pub struct Vint64 { /* fields omitted */ }

vint64: serialized variable-width 64-bit integers

Trait Implementations

impl AsRef<[u8]> for Vint64[src]

impl Clone for Vint64[src]

impl Copy for Vint64[src]

impl Debug for Vint64[src]

impl Eq for Vint64[src]

impl From<i64> for Vint64[src]

impl From<u64> for Vint64[src]

impl PartialEq<Vint64> for Vint64[src]

impl StructuralEq for Vint64[src]

impl StructuralPartialEq for Vint64[src]

impl<'_> TryFrom<&'_ [u8]> for Vint64[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Vint64

impl Sync for Vint64

impl Unpin for Vint64

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?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, 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.