Struct etcd_rs::TxnRequest [−][src]
pub struct TxnRequest { /* fields omitted */ }Expand description
Request for performing transaction operations.
Implementations
Adds a version compare.
Adds a create revision compare.
Adds a mod revision compare.
Adds a value compare.
If compare success, then execute the specified operations.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TxnRequest
impl Send for TxnRequest
impl Sync for TxnRequest
impl Unpin for TxnRequest
impl UnwindSafe for TxnRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
