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