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