pub struct FromProtobufMessagesWarnings {
pub unknown_fields: Vec<ProtobufMessage>,
pub missing_fields: Vec<(u8, &'static str)>,
pub sub_warnings: Vec<(&'static str, FromProtobufMessagesWarnings)>,
}
Fields§
§unknown_fields: Vec<ProtobufMessage>
§missing_fields: Vec<(u8, &'static str)>
§sub_warnings: Vec<(&'static str, FromProtobufMessagesWarnings)>
Implementations§
source§impl FromProtobufMessagesWarnings
impl FromProtobufMessagesWarnings
pub fn has_warnings(&self) -> bool
Trait Implementations§
source§impl Clone for FromProtobufMessagesWarnings
impl Clone for FromProtobufMessagesWarnings
source§fn clone(&self) -> FromProtobufMessagesWarnings
fn clone(&self) -> FromProtobufMessagesWarnings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more