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