pub struct HtmlErrorPosition {
pub line: usize,
pub column: usize,
}Fields§
§line: usize§column: usizeTrait Implementations§
Source§impl Clone for HtmlErrorPosition
impl Clone for HtmlErrorPosition
Source§fn clone(&self) -> HtmlErrorPosition
fn clone(&self) -> HtmlErrorPosition
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 HtmlErrorPosition
impl Debug for HtmlErrorPosition
Source§impl PartialEq for HtmlErrorPosition
impl PartialEq for HtmlErrorPosition
Source§fn eq(&self, other: &HtmlErrorPosition) -> bool
fn eq(&self, other: &HtmlErrorPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HtmlErrorPosition
impl Eq for HtmlErrorPosition
impl StructuralPartialEq for HtmlErrorPosition
Auto Trait Implementations§
impl Freeze for HtmlErrorPosition
impl RefUnwindSafe for HtmlErrorPosition
impl Send for HtmlErrorPosition
impl Sync for HtmlErrorPosition
impl Unpin for HtmlErrorPosition
impl UnsafeUnpin for HtmlErrorPosition
impl UnwindSafe for HtmlErrorPosition
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