Struct leptos_meta::TitleContext
source · pub struct TitleContext { /* private fields */ }
Expand description
Contains the current state of the document’s <title>
.
Implementations§
Trait Implementations§
source§impl Clone for TitleContext
impl Clone for TitleContext
source§fn clone(&self) -> TitleContext
fn clone(&self) -> TitleContext
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 TitleContext
impl Debug for TitleContext
source§impl Default for TitleContext
impl Default for TitleContext
source§fn default() -> TitleContext
fn default() -> TitleContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for TitleContext
impl !Send for TitleContext
impl !Sync for TitleContext
impl Unpin for TitleContext
impl !UnwindSafe for TitleContext
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