Struct reqif_rs::req_if::AttributeValueXHtml
source · 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§fn eq(&self, other: &AttributeValueXHtml) -> bool
fn eq(&self, other: &AttributeValueXHtml) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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