Struct leptos_meta::HtmlContext
source · pub struct HtmlContext { /* private fields */ }
Expand description
Contains the current metadata for the document’s <html>
.
Implementations§
Trait Implementations§
source§impl Clone for HtmlContext
impl Clone for HtmlContext
source§fn clone(&self) -> HtmlContext
fn clone(&self) -> HtmlContext
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 HtmlContext
impl Debug for HtmlContext
source§impl Default for HtmlContext
impl Default for HtmlContext
source§fn default() -> HtmlContext
fn default() -> HtmlContext
Returns the “default value” for a type. Read more