Enum actix_web::dev::ResourceType
[−]
[src]
pub enum ResourceType {
Normal,
Default,
External,
Unset,
}Resource type
Variants
NormalNormal resource
DefaultResource for application default handler
ExternalExternal resource
UnsetUnknown resource type
Trait Implementations
impl Debug for ResourceType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for ResourceType[src]
impl Clone for ResourceType[src]
fn clone(&self) -> ResourceType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more