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 EndOfInput
fn clone(&self) -> EndOfInput
[src]
fn clone(&self) -> EndOfInput
Returns 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 EndOfInput
impl Debug for EndOfInput
[src]
impl Debug for EndOfInput
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for EndOfInput
[src]
impl Eq for EndOfInput
impl PartialEq for EndOfInput
[src]
impl PartialEq for EndOfInput
Auto Trait Implementations
impl Send for EndOfInput
impl Send for EndOfInput
impl Sync for EndOfInput
impl Sync for EndOfInput