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