Struct dynalock::error::DynaError [] [src]

pub struct DynaError { /* fields omitted */ }

The DynaError type is the only error type that can be returned from this crate's API.

Methods

impl DynaError
[src]

[src]

Create a new error object with an optional error message.

[src]

Get DynaErrorKind for this error.

Trait Implementations

impl Debug for DynaError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DynaError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for DynaError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DynaError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl From<DynaErrorKind> for DynaError
[src]

[src]

Performs the conversion.

impl From<SystemTimeError> for DynaError
[src]

[src]

Performs the conversion.

impl From<GetItemError> for DynaError
[src]

[src]

Performs the conversion.

impl From<UpdateItemError> for DynaError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DynaError

impl Sync for DynaError