Struct collections::string::ParseError [] [src]

pub struct ParseError(_);
Unstable

: may want to be replaced with Void if it ever exists

Error returned from String::from_str

Trait Implementations

Derived Implementations

impl PartialEq for ParseError

fn eq(&self, __arg_0: &ParseError) -> bool

fn ne(&self, __arg_0: &ParseError) -> bool

impl Eq for ParseError

impl Debug for ParseError

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

impl Clone for ParseError

fn clone(&self) -> ParseError

fn clone_from(&mut self, source: &Self)

impl Copy for ParseError