Enum rustis::commands::CommandTip
source · pub enum CommandTip {
NonDeterministricOutput,
NonDeterministricOutputOrder,
RequestPolicy(RequestPolicy),
ResponsePolicy(ResponsePolicy),
}
Expand description
Get additional information about a command
Variants§
NonDeterministricOutput
NonDeterministricOutputOrder
RequestPolicy(RequestPolicy)
ResponsePolicy(ResponsePolicy)
Trait Implementations§
source§impl Clone for CommandTip
impl Clone for CommandTip
source§fn clone(&self) -> CommandTip
fn clone(&self) -> CommandTip
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 CommandTip
impl Debug for CommandTip
source§impl<'de> Deserialize<'de> for CommandTip
impl<'de> Deserialize<'de> for CommandTip
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