pub struct RenderFreshness { /* private fields */ }
Expand description
Information about the freshness of a rendered response
Implementations§
Trait Implementations§
Source§impl Clone for RenderFreshness
impl Clone for RenderFreshness
Source§fn clone(&self) -> RenderFreshness
fn clone(&self) -> RenderFreshness
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RenderFreshness
impl Debug for RenderFreshness
impl Copy for RenderFreshness
Auto Trait Implementations§
impl Freeze for RenderFreshness
impl RefUnwindSafe for RenderFreshness
impl Send for RenderFreshness
impl Sync for RenderFreshness
impl Unpin for RenderFreshness
impl UnwindSafe for RenderFreshness
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