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