Struct leptos_meta::TitleContext
source · pub struct TitleContext { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for TitleContext
impl Clone for TitleContext
sourcefn clone(&self) -> TitleContext
fn clone(&self) -> TitleContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TitleContext
impl Debug for TitleContext
sourceimpl Default for TitleContext
impl Default for TitleContext
sourcefn 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
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