pub struct HtmlImportResult {
pub block_count: usize,
}Expand description
Result of an HTML import (set_html).
Fields§
§block_count: usizeTrait Implementations§
Source§impl Clone for HtmlImportResult
impl Clone for HtmlImportResult
Source§fn clone(&self) -> HtmlImportResult
fn clone(&self) -> HtmlImportResult
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 moreAuto Trait Implementations§
impl Freeze for HtmlImportResult
impl RefUnwindSafe for HtmlImportResult
impl Send for HtmlImportResult
impl Sync for HtmlImportResult
impl Unpin for HtmlImportResult
impl UnsafeUnpin for HtmlImportResult
impl UnwindSafe for HtmlImportResult
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