Enum rp1::CrudError[][src]

pub enum CrudError {
    NotFound,
    Forbidden,
    Example,
    DbError(Error),
    ValidationErrors(ValidationErrors),
}

Variants

NotFound
Forbidden
Example
DbError

Tuple Fields of DbError

0: Error
ValidationErrors

Tuple Fields of ValidationErrors

0: ValidationErrors

Trait Implementations

Performs the conversion.

Performs the conversion.

Returns Ok if a Response could be generated successfully. Otherwise, returns an Err with a failing Status. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts self into a collection.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.