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