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