pub struct AttributeValueXHtml { /* private fields */ }
Trait Implementations§
Source§impl Debug for AttributeValueXHtml
impl Debug for AttributeValueXHtml
Source§impl PartialEq for AttributeValueXHtml
impl PartialEq for AttributeValueXHtml
Source§impl YaSerialize for AttributeValueXHtml
impl YaSerialize for AttributeValueXHtml
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 AttributeValueXHtml
Auto Trait Implementations§
impl Freeze for AttributeValueXHtml
impl RefUnwindSafe for AttributeValueXHtml
impl Send for AttributeValueXHtml
impl Sync for AttributeValueXHtml
impl Unpin for AttributeValueXHtml
impl UnwindSafe for AttributeValueXHtml
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