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 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) -> bool
1.0.0

This method tests for !=.

impl Eq for EndOfInput
[src]

impl Debug for EndOfInput
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for EndOfInput
[src]

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