Struct pbcodec::types::Bool [] [src]

pub struct Bool(pub bool);

Trait Implementations

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

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

impl Debug for Bool
[src]

Formats the value using the given formatter.

impl Default for Bool
[src]

Returns the "default value" for a type. Read more

impl FieldType for Bool
[src]

impl From<bool> for Bool
[src]

Performs the conversion.

impl Packable for Bool
[src]

impl TryFrom<Varint> for Bool
[src]

impl MapKey for Bool
[src]