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