Enum migrations_internals::RunMigrationsError [] [src]

pub enum RunMigrationsError {
    MigrationError(MigrationError),
    QueryError(Error),
    EmptyMigration,
}

Variants

Trait Implementations

impl Debug for RunMigrationsError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RunMigrationsError
[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 Error for RunMigrationsError
[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 Display for RunMigrationsError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<MigrationError> for RunMigrationsError
[src]

[src]

Performs the conversion.

impl From<Error> for RunMigrationsError
[src]

[src]

Performs the conversion.

impl From<Error> for RunMigrationsError
[src]

[src]

Performs the conversion.