pub struct EndOfInput;
Expand description
Error returned when the end of the cursor is reached.
Trait Implementations§
Source§impl Clone for EndOfInput
impl Clone for EndOfInput
Source§fn clone(&self) -> EndOfInput
fn clone(&self) -> EndOfInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EndOfInput
impl Debug for EndOfInput
Source§impl Ord for EndOfInput
impl Ord for EndOfInput
Source§fn cmp(&self, other: &EndOfInput) -> Ordering
fn cmp(&self, other: &EndOfInput) -> Ordering
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 PartialEq for EndOfInput
impl PartialEq for EndOfInput
Source§impl PartialOrd for EndOfInput
impl PartialOrd for EndOfInput
impl Copy for EndOfInput
impl Eq for EndOfInput
impl StructuralPartialEq for EndOfInput
Auto Trait Implementations§
impl Freeze for EndOfInput
impl RefUnwindSafe for EndOfInput
impl Send for EndOfInput
impl Sync for EndOfInput
impl Unpin for EndOfInput
impl UnwindSafe for EndOfInput
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