Enum fastcgi::Role [] [src]

pub enum Role {
    Responder,
    Authorizer,
    Filter,
}

Variants

Trait Implementations

impl Debug for Role
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Role
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Role
[src]

Auto Trait Implementations

impl Send for Role

impl Sync for Role