Enum rustful::filter::ContextAction [] [src]

pub enum ContextAction {
    Next,
    Abort(StatusCode),
}

The result from a context filter.

Variants

Continue to the next filter in the stack.

Abort and set HTTP status.

Methods

impl<'a> ContextAction
[src]

Continue to the next filter in the stack.

Abort and set HTTP status.

Trait Implementations

impl Clone for ContextAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ContextAction

impl Sync for ContextAction