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]
impl Clone for EndOfInputfn clone(&self) -> EndOfInput[src]
fn clone(&self) -> EndOfInputReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for EndOfInput[src]
impl Copy for EndOfInputimpl Debug for EndOfInput[src]
impl Debug for EndOfInputfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for EndOfInput[src]
impl Eq for EndOfInputimpl PartialEq for EndOfInput[src]
impl PartialEq for EndOfInputAuto Trait Implementations
impl Send for EndOfInput
impl Send for EndOfInputimpl Sync for EndOfInput
impl Sync for EndOfInput