pub struct ExtractionDebugInfo {
pub evaluation_scope: String,
pub root_html_snippet: String,
pub regions: HashMap<String, RegionDebugInfo>,
}Fields§
§evaluation_scope: String§root_html_snippet: String§regions: HashMap<String, RegionDebugInfo>Trait Implementations§
Source§impl Clone for ExtractionDebugInfo
impl Clone for ExtractionDebugInfo
Source§fn clone(&self) -> ExtractionDebugInfo
fn clone(&self) -> ExtractionDebugInfo
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 ExtractionDebugInfo
impl Debug for ExtractionDebugInfo
Auto Trait Implementations§
impl Freeze for ExtractionDebugInfo
impl RefUnwindSafe for ExtractionDebugInfo
impl Send for ExtractionDebugInfo
impl Sync for ExtractionDebugInfo
impl Unpin for ExtractionDebugInfo
impl UnsafeUnpin for ExtractionDebugInfo
impl UnwindSafe for ExtractionDebugInfo
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