Struct dav_server::actix::DavResponse [−][src]
This is supported on crate feature
actix-compat only.Expand description
http::Response compatibility.
Wraps http::Response<dav_handler::body::Body> and implements actix_web::Responder.
Tuple Fields
0: Response<Body>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for DavResponse
impl Send for DavResponse
impl !Sync for DavResponse
impl Unpin for DavResponse
impl !UnwindSafe for DavResponse
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
