[−][src]Struct codespan::LineOffset
A line offset in a source file
Trait Implementations
impl Add<LineOffset> for LineIndex
[src]
type Output = LineIndex
The resulting type after applying the +
operator.
fn add(self, rhs: LineOffset) -> LineIndex
[src]
impl Add<LineOffset> for LineOffset
[src]
type Output = LineOffset
The resulting type after applying the +
operator.
fn add(self, rhs: LineOffset) -> LineOffset
[src]
impl AddAssign<LineOffset> for LineIndex
[src]
fn add_assign(&mut self, rhs: LineOffset)
[src]
impl AddAssign<LineOffset> for LineOffset
[src]
fn add_assign(&mut self, rhs: LineOffset)
[src]
impl Clone for LineOffset
[src]
fn clone(&self) -> LineOffset
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for LineOffset
[src]
impl Debug for LineOffset
[src]
impl Default for LineOffset
[src]
fn default() -> LineOffset
[src]
impl Display for LineOffset
[src]
impl Eq for LineOffset
[src]
impl From<LineOffset> for RawOffset
[src]
fn from(offset: LineOffset) -> RawOffset
[src]
impl From<LineOffset> for usize
[src]
fn from(offset: LineOffset) -> usize
[src]
impl From<i64> for LineOffset
[src]
impl Hash for LineOffset
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Neg for LineOffset
[src]
type Output = LineOffset
The resulting type after applying the -
operator.
fn neg(self) -> LineOffset
[src]
impl Offset for LineOffset
[src]
const ZERO: LineOffset
[src]
impl Ord for LineOffset
[src]
fn cmp(&self, other: &LineOffset) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<LineOffset> for LineOffset
[src]
fn eq(&self, other: &LineOffset) -> bool
[src]
fn ne(&self, other: &LineOffset) -> bool
[src]
impl PartialOrd<LineOffset> for LineOffset
[src]
fn partial_cmp(&self, other: &LineOffset) -> Option<Ordering>
[src]
fn lt(&self, other: &LineOffset) -> bool
[src]
fn le(&self, other: &LineOffset) -> bool
[src]
fn gt(&self, other: &LineOffset) -> bool
[src]
fn ge(&self, other: &LineOffset) -> bool
[src]
impl StructuralEq for LineOffset
[src]
impl StructuralPartialEq for LineOffset
[src]
impl Sub<LineOffset> for LineOffset
[src]
type Output = LineOffset
The resulting type after applying the -
operator.
fn sub(self, rhs: LineOffset) -> LineOffset
[src]
impl Sub<LineOffset> for LineIndex
[src]
type Output = LineIndex
The resulting type after applying the -
operator.
fn sub(self, rhs: LineOffset) -> LineIndex
[src]
impl SubAssign<LineOffset> for LineOffset
[src]
fn sub_assign(&mut self, rhs: LineOffset)
[src]
impl SubAssign<LineOffset> for LineIndex
[src]
fn sub_assign(&mut self, rhs: LineOffset)
[src]
Auto Trait Implementations
impl RefUnwindSafe for LineOffset
impl Send for LineOffset
impl Sync for LineOffset
impl Unpin for LineOffset
impl UnwindSafe for LineOffset
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,