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§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