pub struct InspectMemory {
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 Clone for InspectMemory
impl Clone for InspectMemory
Source§fn clone(&self) -> InspectMemory
fn clone(&self) -> InspectMemory
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 InspectMemory
impl Debug for InspectMemory
Source§impl PartialEq for InspectMemory
impl PartialEq for InspectMemory
impl StructuralPartialEq for InspectMemory
Auto Trait Implementations§
impl Freeze for InspectMemory
impl RefUnwindSafe for InspectMemory
impl Send for InspectMemory
impl Sync for InspectMemory
impl Unpin for InspectMemory
impl UnsafeUnpin for InspectMemory
impl UnwindSafe for InspectMemory
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