Struct untrusted::EndOfInput
[−]
[src]
pub struct EndOfInput;
The error type used to indicate the end of the input was reached before the operation could be completed.
Trait Implementations
impl Clone for EndOfInput[src]
fn clone(&self) -> EndOfInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for EndOfInput[src]
impl Debug for EndOfInput[src]
impl Eq for EndOfInput[src]
impl PartialEq for EndOfInput[src]
fn eq(&self, __arg_0: &EndOfInput) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.