Struct rustis::commands::KeySpecification
source · pub struct KeySpecification {
pub begin_search: BeginSearch,
pub find_keys: FindKeys,
pub flags: Vec<String>,
pub notes: String,
}Expand description
Key specifications of a command for the command command.
Fields§
§begin_search: BeginSearch§find_keys: FindKeys§flags: Vec<String>§notes: StringTrait Implementations§
source§impl Clone for KeySpecification
impl Clone for KeySpecification
source§fn clone(&self) -> KeySpecification
fn clone(&self) -> KeySpecification
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 moresource§impl Debug for KeySpecification
impl Debug for KeySpecification
source§impl<'de> Deserialize<'de> for KeySpecification
impl<'de> Deserialize<'de> for KeySpecification
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more