pub struct SmtSetResponse {
pub old_value: Word,
pub new_root: Word,
}Expand description
Result of smt_set, containing the old_value and the updated new_root.
Fields§
§old_value: Word§new_root: WordTrait Implementations§
Source§impl Clone for SmtSetResponse
impl Clone for SmtSetResponse
Source§fn clone(&self) -> SmtSetResponse
fn clone(&self) -> SmtSetResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 SmtSetResponse
impl Debug for SmtSetResponse
Source§impl PartialEq for SmtSetResponse
impl PartialEq for SmtSetResponse
impl Eq for SmtSetResponse
impl StructuralPartialEq for SmtSetResponse
Auto Trait Implementations§
impl Freeze for SmtSetResponse
impl RefUnwindSafe for SmtSetResponse
impl Send for SmtSetResponse
impl Sync for SmtSetResponse
impl Unpin for SmtSetResponse
impl UnwindSafe for SmtSetResponse
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