pub struct XHtmlValue { /* private fields */ }
Trait Implementations§
Source§impl Debug for XHtmlValue
impl Debug for XHtmlValue
Source§impl PartialEq for XHtmlValue
impl PartialEq for XHtmlValue
Source§impl YaSerialize for XHtmlValue
impl YaSerialize for XHtmlValue
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace, ) -> Result<(Vec<OwnedAttribute>, Namespace), String>
impl StructuralPartialEq for XHtmlValue
Auto Trait Implementations§
impl Freeze for XHtmlValue
impl RefUnwindSafe for XHtmlValue
impl Send for XHtmlValue
impl Sync for XHtmlValue
impl Unpin for XHtmlValue
impl UnwindSafe for XHtmlValue
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