pub struct TypedStaticRenderable<'a> { /* private fields */ }
Trait Implementations
sourceimpl<'a> SimpleRenderable for TypedStaticRenderable<'a>
impl<'a> SimpleRenderable for TypedStaticRenderable<'a>
fn render<W>(&mut self, _: &mut W)where
W: Write,
fn render_bytes(&mut self, writer: &mut WindowedInfinityWithETag<'_>)
sourcefn content_format(&self) -> Option<u16>
fn content_format(&self) -> Option<u16>
If something is returned, GETs with differing Accept options will be rejecected, and the
value will be set in responses. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypedStaticRenderable<'a>
impl<'a> Send for TypedStaticRenderable<'a>
impl<'a> Sync for TypedStaticRenderable<'a>
impl<'a> Unpin for TypedStaticRenderable<'a>
impl<'a> UnwindSafe for TypedStaticRenderable<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more