Struct dav_server::actix::DavRequest [−][src]
This is supported on crate feature
actix-compat only.Expand description
http::Request compatibility.
Wraps http::Request<DavBody> and implements actix_web::FromRequest.
Fields
request: Request<DavBody>Implementations
Trait Implementations
type Future = Ready<Result<DavRequest, Error>>
type Future = Ready<Result<DavRequest, Error>>
Future that resolves to a Self.
Create a Self from request parts asynchronously.
Create a Self from request head asynchronously. Read more
Auto Trait Implementations
impl !RefUnwindSafe for DavRequest
impl !Send for DavRequest
impl !Sync for DavRequest
impl Unpin for DavRequest
impl !UnwindSafe for DavRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
