Struct pliantdb_core::transaction::Operation [−][src]
pub struct Operation<'a> {
pub collection: CollectionName,
pub command: Command<'a>,
}Expand description
A single operation performed on a Collection.
Fields
collection: CollectionNameThe id of the Collection.
command: Command<'a>The command being performed.
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<'a> RefUnwindSafe for Operation<'a>impl<'a> UnwindSafe for Operation<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self