Struct pliantdb_core::kv::KeyOperation [−][src]
Expand description
An operation performed on a key.
Fields
namespace: Option<String>The namespace for the key.
key: StringThe key to operate on.
command: CommandThe command to execute.
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
Auto Trait Implementations
impl RefUnwindSafe for KeyOperationimpl Send for KeyOperationimpl Sync for KeyOperationimpl Unpin for KeyOperationimpl UnwindSafe for KeyOperationBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self