Struct kinetic::proto::command::log::Configuration
[−]
[src]
pub struct Configuration {
// some fields omitted
}pub struct Configuration {
// some fields omitted
}impl Command_GetLog_Configurationfn new() -> Command_GetLog_Configurationfn default_instance() -> &'static Command_GetLog_Configurationfn clear_vendor(&mut self)fn has_vendor(&self) -> boolfn set_vendor(&mut self, v: String)fn mut_vendor<'a>(&'a mut self) -> &'a mut Stringfn take_vendor(&mut self) -> Stringfn get_vendor<'a>(&'a self) -> &'a strfn clear_model(&mut self)fn has_model(&self) -> boolfn set_model(&mut self, v: String)fn mut_model<'a>(&'a mut self) -> &'a mut Stringfn take_model(&mut self) -> Stringfn get_model<'a>(&'a self) -> &'a strfn clear_serialNumber(&mut self)fn has_serialNumber(&self) -> boolfn set_serialNumber(&mut self, v: Vec<u8>)fn mut_serialNumber<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_serialNumber(&mut self) -> Vec<u8>fn get_serialNumber<'a>(&'a self) -> &'a [u8]fn clear_worldWideName(&mut self)fn has_worldWideName(&self) -> boolfn set_worldWideName(&mut self, v: Vec<u8>)fn mut_worldWideName<'a>(&'a mut self) -> &'a mut Vec<u8>fn take_worldWideName(&mut self) -> Vec<u8>fn get_worldWideName<'a>(&'a self) -> &'a [u8]fn clear_version(&mut self)fn has_version(&self) -> boolfn set_version(&mut self, v: String)fn mut_version<'a>(&'a mut self) -> &'a mut Stringfn take_version(&mut self) -> Stringfn get_version<'a>(&'a self) -> &'a strfn clear_compilationDate(&mut self)fn has_compilationDate(&self) -> boolfn set_compilationDate(&mut self, v: String)fn mut_compilationDate<'a>(&'a mut self) -> &'a mut Stringfn take_compilationDate(&mut self) -> Stringfn get_compilationDate<'a>(&'a self) -> &'a strfn clear_sourceHash(&mut self)fn has_sourceHash(&self) -> boolfn set_sourceHash(&mut self, v: String)fn mut_sourceHash<'a>(&'a mut self) -> &'a mut Stringfn take_sourceHash(&mut self) -> Stringfn get_sourceHash<'a>(&'a self) -> &'a strfn clear_protocolVersion(&mut self)fn has_protocolVersion(&self) -> boolfn set_protocolVersion(&mut self, v: String)fn mut_protocolVersion<'a>(&'a mut self) -> &'a mut Stringfn take_protocolVersion(&mut self) -> Stringfn get_protocolVersion<'a>(&'a self) -> &'a strfn clear_protocolCompilationDate(&mut self)fn has_protocolCompilationDate(&self) -> boolfn set_protocolCompilationDate(&mut self, v: String)fn mut_protocolCompilationDate<'a>(&'a mut self) -> &'a mut Stringfn take_protocolCompilationDate(&mut self) -> Stringfn get_protocolCompilationDate<'a>(&'a self) -> &'a strfn clear_protocolSourceHash(&mut self)fn has_protocolSourceHash(&self) -> boolfn set_protocolSourceHash(&mut self, v: String)fn mut_protocolSourceHash<'a>(&'a mut self) -> &'a mut Stringfn take_protocolSourceHash(&mut self) -> Stringfn get_protocolSourceHash<'a>(&'a self) -> &'a strfn clear_interface(&mut self)fn set_interface(&mut self, v: RepeatedField<Command_GetLog_Configuration_Interface>)fn mut_interface<'a>(&'a mut self) -> &'a mut RepeatedField<Command_GetLog_Configuration_Interface>fn take_interface(&mut self) -> RepeatedField<Command_GetLog_Configuration_Interface>fn get_interface<'a>(&'a self) -> &'a [Command_GetLog_Configuration_Interface]fn clear_port(&mut self)fn has_port(&self) -> boolfn set_port(&mut self, v: i32)fn get_port<'a>(&self) -> i32fn clear_tlsPort(&mut self)fn has_tlsPort(&self) -> boolfn set_tlsPort(&mut self, v: i32)fn get_tlsPort<'a>(&self) -> i32impl Message for Command_GetLog_Configurationfn 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_Configurationfn new() -> Command_GetLog_Configurationfn descriptor_static(_: Option<Command_GetLog_Configuration>) -> &'static MessageDescriptorimpl Clear for Command_GetLog_Configurationfn clear(&mut self)impl PartialEq for Command_GetLog_Configurationfn eq(&self, other: &Command_GetLog_Configuration) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_GetLog_Configurationimpl Default for Command_GetLog_Configurationfn default() -> Command_GetLog_Configurationimpl Clone for Command_GetLog_Configurationfn clone(&self) -> Command_GetLog_Configurationfn 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).