[−][src]Trait protobuf::reflect::ProtobufValue
Type implemented by all protobuf elementary types (ints, floats, bool, string, bytes, enums, messages).
Required methods
fn as_ref(&self) -> ProtobufValueRef
As ref
Provided methods
fn as_any(&self) -> &dyn Any
Convert to Any
fn is_non_zero(&self) -> bool
Is value non-zero?