Struct reqif_rs::req_if::AttributeValueXHtmlDefinition
source · pub struct AttributeValueXHtmlDefinition { /* private fields */ }
Trait Implementations§
source§impl PartialEq for AttributeValueXHtmlDefinition
impl PartialEq for AttributeValueXHtmlDefinition
source§fn eq(&self, other: &AttributeValueXHtmlDefinition) -> bool
fn eq(&self, other: &AttributeValueXHtmlDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaSerialize for AttributeValueXHtmlDefinition
impl YaSerialize for AttributeValueXHtmlDefinition
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 AttributeValueXHtmlDefinition
Auto Trait Implementations§
impl Freeze for AttributeValueXHtmlDefinition
impl RefUnwindSafe for AttributeValueXHtmlDefinition
impl Send for AttributeValueXHtmlDefinition
impl Sync for AttributeValueXHtmlDefinition
impl Unpin for AttributeValueXHtmlDefinition
impl UnwindSafe for AttributeValueXHtmlDefinition
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