Enum t_rust_less_lib::api::CommandResult [−][src]
pub enum CommandResult { Void, Bool(bool), String(String), Configs(Vec<StoreConfig>), Events(Vec<Event>), Status(Status), SecretList(SecretList), Identities(Vec<Identity>), Secret(Secret), SecretVersion(SecretVersion), SecretStoreError(SecretStoreError), ServiceError(ServiceError), }
Variants
Tuple Fields of Bool
0: bool
Tuple Fields of String
0: String
Tuple Fields of Configs
0: Vec<StoreConfig>
Tuple Fields of Status
0: Status
Tuple Fields of SecretList
0: SecretList
Tuple Fields of Secret
0: Secret
Tuple Fields of SecretVersion
Tuple Fields of SecretStoreError
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.