Enum t_rust_less_lib::api::CommandResult [−][src]
pub enum CommandResult {
Show 13 variants
Void,
Bool(bool),
String(String),
Configs(Vec<StoreConfig>),
Events(Vec<Event>),
Status(Status),
SecretList(SecretList),
Identities(Vec<Identity>),
Secret(Secret),
SecretVersion(SecretVersion),
ClipboardProviding(ClipboardProviding),
SecretStoreError(SecretStoreError),
ServiceError(ServiceError),
}Variants
Bool(bool)Tuple Fields of Bool
0: boolString(String)Tuple Fields of String
0: StringConfigs(Vec<StoreConfig>)Tuple Fields of Configs
0: Vec<StoreConfig>Status(Status)Tuple Fields of Status
0: StatusSecretList(SecretList)Tuple Fields of SecretList
0: SecretListSecret(Secret)Tuple Fields of Secret
0: SecretSecretVersion(SecretVersion)Tuple Fields of SecretVersion
ClipboardProviding(ClipboardProviding)Tuple Fields of ClipboardProviding
SecretStoreError(SecretStoreError)Tuple Fields of SecretStoreError
ServiceError(ServiceError)Tuple Fields of ServiceError
0: ServiceErrorTrait Implementations
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
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.