☰
ResourcePath
ResourcePath
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Implementors
In actix_web::dev
Macros
always_ready
forward_ready
Structs
AppConfig
AppService
ConnectionInfo
Extensions
Path
PeerAddr
Readlines
RequestHead
ResourceDef
ResourceMap
Response
ResponseHead
Server
ServerHandle
ServiceRequest
ServiceResponse
Url
UrlEncoded
WebService
Enums
JsonBody
Payload
Traits
BodyEncoding
HttpServiceFactory
ResourcePath
Service
ServiceFactory
Transform
Functions
fn_factory
fn_service
Type Definitions
PayloadStream
?
Trait
actix_web
::
dev
::
ResourcePath
source
·
[
−
]
pub trait ResourcePath { fn
path
(&self) -> &
str
; }
Required Methods
source
fn
path
(&self) -> &
str
Implementations on Foreign Types
source
impl<'a>
ResourcePath
for &'a
str
source
fn
path
(&self) -> &
str
source
impl
ResourcePath
for
ByteString
source
fn
path
(&self) -> &
str
source
impl
ResourcePath
for
String
source
fn
path
(&self) -> &
str
Implementors
source
impl
ResourcePath
for
Uri
source
impl
ResourcePath
for
Url