pub enum ProvenOperation {
Get {
key: Vec<u8>,
},
Query(Query),
}Expand description
Durable operation embedded in a result proof.
Variants§
Trait Implementations§
Source§impl Clone for ProvenOperation
impl Clone for ProvenOperation
Source§fn clone(&self) -> ProvenOperation
fn clone(&self) -> ProvenOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProvenOperation
impl Debug for ProvenOperation
impl Eq for ProvenOperation
Source§impl PartialEq for ProvenOperation
impl PartialEq for ProvenOperation
impl StructuralPartialEq for ProvenOperation
Auto Trait Implementations§
impl Freeze for ProvenOperation
impl RefUnwindSafe for ProvenOperation
impl Send for ProvenOperation
impl Sync for ProvenOperation
impl Unpin for ProvenOperation
impl UnsafeUnpin for ProvenOperation
impl UnwindSafe for ProvenOperation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more