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