pub struct LastModified(/* private fields */);Trait Implementations§
Source§impl Debug for LastModified
impl Debug for LastModified
Source§impl IntoResponse for LastModified
impl IntoResponse for LastModified
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Source§impl IntoResponseParts for LastModified
impl IntoResponseParts for LastModified
Source§fn into_response_parts(
self,
res: ResponseParts,
) -> Result<ResponseParts, Self::Error>
fn into_response_parts( self, res: ResponseParts, ) -> Result<ResponseParts, Self::Error>
Set parts of the response
Auto Trait Implementations§
impl Freeze for LastModified
impl RefUnwindSafe for LastModified
impl Send for LastModified
impl Sync for LastModified
impl Unpin for LastModified
impl UnsafeUnpin for LastModified
impl UnwindSafe for LastModified
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