Enum fastcgi::Role [] [src]

pub enum Role {
    Responder,
    Authorizer,
    Filter,
}

Variants

Trait Implementations

impl Debug for Role
[src]

Formats the value using the given formatter.

impl Clone for Role
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Role
[src]