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

Void
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>
Events(Vec<Event>)

Tuple Fields of Events

0: Vec<Event>
Status(Status)

Tuple Fields of Status

0: Status
SecretList(SecretList)

Tuple Fields of SecretList

0: SecretList
Identities(Vec<Identity>)

Tuple Fields of Identities

0: Vec<Identity>
Secret(Secret)

Tuple Fields of Secret

0: Secret
SecretVersion(SecretVersion)

Tuple Fields of SecretVersion

0: SecretVersion
ClipboardProviding(ClipboardProviding)

Tuple Fields of ClipboardProviding

0: ClipboardProviding
SecretStoreError(SecretStoreError)

Tuple Fields of SecretStoreError

0: SecretStoreError
ServiceError(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

Executes the destructor for this type. 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.

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.