Struct protobuf::types::ProtobufTypeString [−][src]
pub struct ProtobufTypeString;
Expand description
string
Trait Implementations
Read value from CodedInputStream
Get value from UnknownValues
Compute wire size
fn write_with_cached_size(
field_number: u32,
value: &String,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>[src]
fn write_with_cached_size(
field_number: u32,
value: &String,
os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>[src]Write a value with previously cached size
Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more
Get previously computed size
Get previously cached size with length prefix
Auto Trait Implementations
impl RefUnwindSafe for ProtobufTypeStringimpl Send for ProtobufTypeStringimpl Sync for ProtobufTypeStringimpl Unpin for ProtobufTypeStringimpl UnwindSafe for ProtobufTypeString