Struct leptos_meta::HtmlContext
source · pub struct HtmlContext {}
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
Auto Trait Implementations§
impl RefUnwindSafe for HtmlContext
impl Send for HtmlContext
impl Sync for HtmlContext
impl Unpin for HtmlContext
impl UnwindSafe for HtmlContext
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