Struct kinetic::proto::command::log::Configuration
[−]
[src]
pub struct Configuration { // some fields omitted }
pub struct Configuration { // some fields omitted }
impl Command_GetLog_Configuration
fn new() -> Command_GetLog_Configuration
fn default_instance() -> &'static Command_GetLog_Configuration
fn clear_vendor(&mut self)
fn has_vendor(&self) -> bool
fn set_vendor(&mut self, v: String)
fn mut_vendor<'a>(&'a mut self) -> &'a mut String
fn take_vendor(&mut self) -> String
fn get_vendor<'a>(&'a self) -> &'a str
fn clear_model(&mut self)
fn has_model(&self) -> bool
fn set_model(&mut self, v: String)
fn mut_model<'a>(&'a mut self) -> &'a mut String
fn take_model(&mut self) -> String
fn get_model<'a>(&'a self) -> &'a str
fn clear_serialNumber(&mut self)
fn has_serialNumber(&self) -> bool
fn 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) -> bool
fn 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) -> bool
fn set_version(&mut self, v: String)
fn mut_version<'a>(&'a mut self) -> &'a mut String
fn take_version(&mut self) -> String
fn get_version<'a>(&'a self) -> &'a str
fn clear_compilationDate(&mut self)
fn has_compilationDate(&self) -> bool
fn set_compilationDate(&mut self, v: String)
fn mut_compilationDate<'a>(&'a mut self) -> &'a mut String
fn take_compilationDate(&mut self) -> String
fn get_compilationDate<'a>(&'a self) -> &'a str
fn clear_sourceHash(&mut self)
fn has_sourceHash(&self) -> bool
fn set_sourceHash(&mut self, v: String)
fn mut_sourceHash<'a>(&'a mut self) -> &'a mut String
fn take_sourceHash(&mut self) -> String
fn get_sourceHash<'a>(&'a self) -> &'a str
fn clear_protocolVersion(&mut self)
fn has_protocolVersion(&self) -> bool
fn set_protocolVersion(&mut self, v: String)
fn mut_protocolVersion<'a>(&'a mut self) -> &'a mut String
fn take_protocolVersion(&mut self) -> String
fn get_protocolVersion<'a>(&'a self) -> &'a str
fn clear_protocolCompilationDate(&mut self)
fn has_protocolCompilationDate(&self) -> bool
fn set_protocolCompilationDate(&mut self, v: String)
fn mut_protocolCompilationDate<'a>(&'a mut self) -> &'a mut String
fn take_protocolCompilationDate(&mut self) -> String
fn get_protocolCompilationDate<'a>(&'a self) -> &'a str
fn clear_protocolSourceHash(&mut self)
fn has_protocolSourceHash(&self) -> bool
fn set_protocolSourceHash(&mut self, v: String)
fn mut_protocolSourceHash<'a>(&'a mut self) -> &'a mut String
fn take_protocolSourceHash(&mut self) -> String
fn get_protocolSourceHash<'a>(&'a self) -> &'a str
fn 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) -> bool
fn set_port(&mut self, v: i32)
fn get_port<'a>(&self) -> i32
fn clear_tlsPort(&mut self)
fn has_tlsPort(&self) -> bool
fn set_tlsPort(&mut self, v: i32)
fn get_tlsPort<'a>(&self) -> i32
impl Message for Command_GetLog_Configuration
fn is_initialized(&self) -> bool
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
fn compute_size(&self) -> u32
fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields
fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields
fn type_id(&self) -> TypeId
fn as_any(&self) -> &Any
fn descriptor(&self) -> &'static MessageDescriptor
fn 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_Configuration
fn new() -> Command_GetLog_Configuration
fn descriptor_static(_: Option<Command_GetLog_Configuration>) -> &'static MessageDescriptor
impl Clear for Command_GetLog_Configuration
fn clear(&mut self)
impl PartialEq for Command_GetLog_Configuration
fn eq(&self, other: &Command_GetLog_Configuration) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Debug for Command_GetLog_Configuration
impl Default for Command_GetLog_Configuration
fn default() -> Command_GetLog_Configuration
impl Clone for Command_GetLog_Configuration
fn clone(&self) -> Command_GetLog_Configuration
fn 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
).