pub struct Memory {
pub path: Path,
pub operator: Option<String>,
pub expression: Option<Value>,
pub value: Value,
pub prev_hash: Option<String>,
pub hash: String,
}Fields§
§path: Path§operator: Option<String>§expression: Option<Value>§value: Value§prev_hash: Option<String>§hash: StringTrait Implementations§
Source§impl RuntimeReceiptResultJson for Memory
impl RuntimeReceiptResultJson for Memory
fn to_receipt_result_json(&self) -> JsonValue
impl StructuralPartialEq for Memory
Auto Trait Implementations§
impl Freeze for Memory
impl RefUnwindSafe for Memory
impl Send for Memory
impl Sync for Memory
impl Unpin for Memory
impl UnsafeUnpin for Memory
impl UnwindSafe for Memory
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