pub struct Span(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AddAssign<Span> for Point
impl AddAssign<Span> for Point
Source§fn add_assign(&mut self, other: Span)
fn add_assign(&mut self, other: Span)
Performs the
+=
operation. Read moreSource§impl AddAssign for Span
impl AddAssign for Span
Source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moreSource§impl Ord for Span
impl Ord for Span
Source§impl PartialOrd for Span
impl PartialOrd for Span
Source§impl SubAssign<Span> for Point
impl SubAssign<Span> for Point
Source§fn sub_assign(&mut self, other: Span)
fn sub_assign(&mut self, other: Span)
Performs the
-=
operation. Read moreSource§impl SubAssign for Span
impl SubAssign for Span
Source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Performs the
-=
operation. Read moreimpl Copy for Span
impl Eq for Span
impl StructuralPartialEq for Span
Auto Trait Implementations§
impl Freeze for Span
impl RefUnwindSafe for Span
impl Send for Span
impl Sync for Span
impl Unpin for Span
impl UnwindSafe for Span
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