pub struct Span<P> {
    pub start: P,
    pub end: P,
}Fields§
§start: P§end: PImplementations§
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