Struct twilight_model::datetime::error::TimestampParseError [−][src]
pub struct TimestampParseError { /* fields omitted */ }Expand description
Reason that an ISO 8601 format couldn’t be parsed.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TimestampParseError
impl Send for TimestampParseError
impl Sync for TimestampParseError
impl Unpin for TimestampParseError
impl !UnwindSafe for TimestampParseError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
