pub struct LoggerPosition {
pub line: u32,
pub column: u32,
pub index: Option<u32>,
}Fields§
§line: u32§column: u32§index: Option<u32>Trait Implementations§
Source§impl Clone for LoggerPosition
impl Clone for LoggerPosition
Source§fn clone(&self) -> LoggerPosition
fn clone(&self) -> LoggerPosition
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 LoggerPosition
impl Debug for LoggerPosition
Auto Trait Implementations§
impl Freeze for LoggerPosition
impl RefUnwindSafe for LoggerPosition
impl Send for LoggerPosition
impl Sync for LoggerPosition
impl Unpin for LoggerPosition
impl UnsafeUnpin for LoggerPosition
impl UnwindSafe for LoggerPosition
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