Struct kinetic::proto::command::log::Statistics
[−]
[src]
pub struct Statistics {
// some fields omitted
}pub struct Statistics {
// some fields omitted
}impl Command_GetLog_Statisticsfn new() -> Command_GetLog_Statisticsfn default_instance() -> &'static Command_GetLog_Statisticsfn clear_messageType(&mut self)fn has_messageType(&self) -> boolfn set_messageType(&mut self, v: Command_MessageType)fn get_messageType<'a>(&self) -> Command_MessageTypefn clear_count(&mut self)fn has_count(&self) -> boolfn set_count(&mut self, v: u64)fn get_count<'a>(&self) -> u64fn clear_bytes(&mut self)fn has_bytes(&self) -> boolfn set_bytes(&mut self, v: u64)fn get_bytes<'a>(&self) -> u64impl Message for Command_GetLog_Statisticsfn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>fn get_cached_size(&self) -> u32fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFieldsfn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFieldsfn type_id(&self) -> TypeIdfn as_any(&self) -> &Anyfn descriptor(&self) -> &'static MessageDescriptorfn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>fn check_initialized(&self)fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>impl MessageStatic for Command_GetLog_Statisticsfn new() -> Command_GetLog_Statisticsfn descriptor_static(_: Option<Command_GetLog_Statistics>) -> &'static MessageDescriptorimpl Clear for Command_GetLog_Statisticsfn clear(&mut self)impl PartialEq for Command_GetLog_Statisticsfn eq(&self, other: &Command_GetLog_Statistics) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_GetLog_Statisticsimpl Default for Command_GetLog_Statisticsfn default() -> Command_GetLog_Statisticsimpl Clone for Command_GetLog_Statisticsfn clone(&self) -> Command_GetLog_Statisticsfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).