Struct kinetic::proto::command::Status
[−]
[src]
pub struct Status {
// some fields omitted
}pub struct Status {
// some fields omitted
}impl Command_Statusfn new() -> Command_Statusfn default_instance() -> &'static Command_Statusfn clear_code(&mut self)fn has_code(&self) -> boolfn set_code(&mut self, v: Command_Status_StatusCode)fn get_code<'a>(&self) -> Command_Status_StatusCodefn clear_statusMessage(&mut self)fn has_statusMessage(&self) -> boolfn set_statusMessage(&mut self, v: String)fn mut_statusMessage<'a>(&'a mut self) -> &'a mut Stringfn take_statusMessage(&mut self) -> Stringfn get_statusMessage<'a>(&'a self) -> &'a strfn clear_detailedMessage(&mut self)fn has_detailedMessage(&self) -> boolfn set_detailedMessage(&mut self, v: Vec<u8>)fn mut_detailedMessage<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_detailedMessage(&mut self) -> Vec<u8>fn get_detailedMessage<'a>(&'a self) -> &'a [u8]impl Message for Command_Statusfn 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_Statusfn new() -> Command_Statusfn descriptor_static(_: Option<Command_Status>) -> &'static MessageDescriptorimpl Clear for Command_Statusfn clear(&mut self)impl PartialEq for Command_Statusfn eq(&self, other: &Command_Status) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_Statusimpl Default for Command_Statusfn default() -> Command_Statusimpl Clone for Command_Statusfn clone(&self) -> Command_Statusfn 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).