pub struct Cursor<'a> { /* private fields */ }Expand description
A reference to a position within a Reader.
Trait Implementations§
source§impl<'a> Ord for Cursor<'a>
impl<'a> Ord for Cursor<'a>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialEq<Cursor<'a>> for Cursor<'a>
impl<'a> PartialEq<Cursor<'a>> for Cursor<'a>
source§impl<'a> PartialOrd<Cursor<'a>> for Cursor<'a>
impl<'a> PartialOrd<Cursor<'a>> for Cursor<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more