Struct dav_server::actix::DavResponse
source · pub struct DavResponse(pub Response<Body>);Available 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§
source§impl Responder for DavResponse
impl Responder for DavResponse
type Body = BoxBody
source§fn respond_to(self, _req: &HttpRequest) -> HttpResponse<BoxBody>
fn respond_to(self, _req: &HttpRequest) -> HttpResponse<BoxBody>
Convert self to
HttpResponse.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more