pub struct Span<P> {
pub start: P,
pub end: P,
}
Fields§
§start: P
§end: P
Implementations§
Trait Implementations§
source§impl<P: Ord> Ord for Span<P>
impl<P: Ord> Ord for Span<P>
source§impl<P: PartialOrd> PartialOrd for Span<P>
impl<P: PartialOrd> PartialOrd for Span<P>
impl<P: Copy> Copy for Span<P>
impl<P: Eq> Eq for Span<P>
impl<P> StructuralPartialEq for Span<P>
Auto Trait Implementations§
impl<P> Freeze for Span<P>where
P: Freeze,
impl<P> RefUnwindSafe for Span<P>where
P: RefUnwindSafe,
impl<P> Send for Span<P>where
P: Send,
impl<P> Sync for Span<P>where
P: Sync,
impl<P> Unpin for Span<P>where
P: Unpin,
impl<P> UnwindSafe for Span<P>where
P: UnwindSafe,
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)