Struct ruma_events::ParseError [] [src]

pub struct ParseError;

An error when attempting to convert a string to an enum that only accepts certain values.

Trait Implementations

impl Clone for ParseError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ParseError
[src]

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError