Trait protobuf::reflect::ProtobufValue [] [src]

pub trait ProtobufValue: Any + 'static {
    fn as_ref(&self) -> ProtobufValueRef;

    fn as_any(&self) -> &Any { ... }
fn is_non_zero(&self) -> bool { ... }
fn as_ref_copy(&self) -> ProtobufValueRef<'static> { ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

impl ProtobufValue for u32
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for u64
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for i32
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for i64
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for f32
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for f64
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for bool
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for String
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for str
[src]

[src]

[src]

[src]

[src]

impl ProtobufValue for Vec<u8>
[src]

[src]

[src]

[src]

[src]

Implementors