Struct dprint_core::formatting::LineAndColumn
source · pub struct LineAndColumn {
pub line: LineNumber,
pub column: ColumnNumber,
}
Expand description
Helper IR that holds line and column number IR.
Fields§
§line: LineNumber
§column: ColumnNumber
Implementations§
Trait Implementations§
source§impl Clone for LineAndColumn
impl Clone for LineAndColumn
source§fn clone(&self) -> LineAndColumn
fn clone(&self) -> LineAndColumn
Returns a copy of the value. Read more
1.0.0 · 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 LineAndColumn
impl Debug for LineAndColumn
source§impl PartialEq for LineAndColumn
impl PartialEq for LineAndColumn
source§fn eq(&self, other: &LineAndColumn) -> bool
fn eq(&self, other: &LineAndColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LineAndColumn
impl Eq for LineAndColumn
impl StructuralPartialEq for LineAndColumn
Auto Trait Implementations§
impl Freeze for LineAndColumn
impl RefUnwindSafe for LineAndColumn
impl Send for LineAndColumn
impl Sync for LineAndColumn
impl Unpin for LineAndColumn
impl UnwindSafe for LineAndColumn
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.