pub struct MonitorPageSnapshot {
pub json: Option<Value>,
}Expand description
Snapshot of the current JSON extraction at this run. Present on JSON and mixed-mode monitors; absent for markdown-only.
Fields§
§json: Option<Value>Trait Implementations§
Source§impl Clone for MonitorPageSnapshot
impl Clone for MonitorPageSnapshot
Source§fn clone(&self) -> MonitorPageSnapshot
fn clone(&self) -> MonitorPageSnapshot
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 MonitorPageSnapshot
impl Debug for MonitorPageSnapshot
Source§impl<'de> Deserialize<'de> for MonitorPageSnapshot
impl<'de> Deserialize<'de> for MonitorPageSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MonitorPageSnapshot
impl RefUnwindSafe for MonitorPageSnapshot
impl Send for MonitorPageSnapshot
impl Sync for MonitorPageSnapshot
impl Unpin for MonitorPageSnapshot
impl UnsafeUnpin for MonitorPageSnapshot
impl UnwindSafe for MonitorPageSnapshot
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