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

Void
Bool

Tuple Fields of Bool

0: bool
String

Tuple Fields of String

0: String
Configs

Tuple Fields of Configs

0: Vec<StoreConfig>
Events

Tuple Fields of Events

0: Vec<Event>
Status

Tuple Fields of Status

0: Status
SecretList

Tuple Fields of SecretList

0: SecretList
Identities

Tuple Fields of Identities

0: Vec<Identity>
Secret

Tuple Fields of Secret

0: Secret
SecretVersion

Tuple Fields of SecretVersion

0: SecretVersion
SecretStoreError

Tuple Fields of SecretStoreError

0: SecretStoreError
ServiceError

Tuple Fields of ServiceError

0: ServiceError

Trait Implementations

Formats the value using the given formatter. Read more

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.

Serialize this value into the given Serde serializer. Read more

Zero out this object from memory using Rust intrinsics which ensure the zeroization operation is not “optimized away” by the compiler. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.