Struct reqif_rs::req_if::Specification
source · pub struct Specification {
pub identifier: String,
pub last_change: String,
pub long_name: String,
pub type_ref: SpecificationRef,
pub children: Children,
}
Fields§
§identifier: String
§last_change: String
§long_name: String
§type_ref: SpecificationRef
§children: Children
Trait Implementations§
source§impl Debug for Specification
impl Debug for Specification
source§impl PartialEq for Specification
impl PartialEq for Specification
source§fn eq(&self, other: &Specification) -> bool
fn eq(&self, other: &Specification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaSerialize for Specification
impl YaSerialize for Specification
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 Specification
Auto Trait Implementations§
impl Freeze for Specification
impl RefUnwindSafe for Specification
impl Send for Specification
impl Sync for Specification
impl Unpin for Specification
impl UnwindSafe for Specification
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