pub struct HeadInnerHtml(pub String);Expand description
Trusted inner HTML marker for low-level head builder definitions.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for HeadInnerHtml
impl Clone for HeadInnerHtml
Source§fn clone(&self) -> HeadInnerHtml
fn clone(&self) -> HeadInnerHtml
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HeadInnerHtml
impl Debug for HeadInnerHtml
impl Eq for HeadInnerHtml
Source§impl From<HeadInnerHtml> for HtmlElementDef
impl From<HeadInnerHtml> for HtmlElementDef
Source§fn from(value: HeadInnerHtml) -> Self
fn from(value: HeadInnerHtml) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HeadInnerHtml
impl PartialEq for HeadInnerHtml
Source§fn eq(&self, other: &HeadInnerHtml) -> bool
fn eq(&self, other: &HeadInnerHtml) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HeadInnerHtml
Auto Trait Implementations§
impl Freeze for HeadInnerHtml
impl RefUnwindSafe for HeadInnerHtml
impl Send for HeadInnerHtml
impl Sync for HeadInnerHtml
impl Unpin for HeadInnerHtml
impl UnsafeUnpin for HeadInnerHtml
impl UnwindSafe for HeadInnerHtml
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