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: bool
String(String)
Tuple Fields of String
0: String
Configs(Vec<StoreConfig>)
Tuple Fields of Configs
0: Vec<StoreConfig>
Status(Status)
Tuple Fields of Status
0: Status
SecretList(SecretList)
Tuple Fields of SecretList
0: SecretList
Secret(Secret)
Tuple Fields of Secret
0: Secret
SecretVersion(SecretVersion)
Tuple Fields of SecretVersion
ClipboardProviding(ClipboardProviding)
Tuple Fields of ClipboardProviding
SecretStoreError(SecretStoreError)
Tuple Fields of SecretStoreError
ServiceError(ServiceError)
Tuple Fields of ServiceError
0: ServiceError
Trait 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.