Struct untrusted::EndOfInput [−][src]
pub struct EndOfInput;
Expand description
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
[src]fn clone(&self) -> EndOfInput
[src]
fn clone(&self) -> EndOfInput
[src]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 Debug for EndOfInput
[src]
impl Debug for EndOfInput
[src]impl PartialEq<EndOfInput> for EndOfInput
[src]
impl PartialEq<EndOfInput> for EndOfInput
[src]