Struct pbcodec::wire::types::Varint [] [src]

pub struct Varint(pub u64);

Trait Implementations

impl<R: Read> Decode<R> for Varint
[src]

[src]

[src]

[src]

impl<W: Write> Encode<W> for Varint
[src]

[src]

[src]

impl TryFrom<Varint> for Bool
[src]

[src]

impl TryFrom<Varint> for Int32
[src]

[src]

impl From<Varint> for Int64
[src]

[src]

Performs the conversion.

impl TryFrom<Varint> for Uint32
[src]

[src]

impl From<Varint> for Uint64
[src]

[src]

Performs the conversion.

impl TryFrom<Varint> for Sint32
[src]

[src]

impl From<Varint> for Sint64
[src]

[src]

Performs the conversion.

impl Debug for Varint
[src]

[src]

Formats the value using the given formatter. Read more

impl From<u64> for Varint
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Varint

impl Sync for Varint