Struct actix_web_location::LocationConfig [−][src]
pub struct LocationConfig { /* fields omitted */ }Expand description
Configuration for how to determine location from a request.
Implementations
Add a provider to this configuration. It will be wrapped into an Arc<Box<T>>.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LocationConfig
impl Send for LocationConfig
impl Sync for LocationConfig
impl Unpin for LocationConfig
impl !UnwindSafe for LocationConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self