pub struct ReqIfContent {
pub data_types: DataTypes,
pub spec_types: SpecTypes,
pub spec_object: SpecObjects,
pub specifications: Specifications,
}
Fields§
§data_types: DataTypes
§spec_types: SpecTypes
§spec_object: SpecObjects
§specifications: Specifications
Trait Implementations§
Source§impl Debug for ReqIfContent
impl Debug for ReqIfContent
Source§impl PartialEq for ReqIfContent
impl PartialEq for ReqIfContent
Source§impl YaSerialize for ReqIfContent
impl YaSerialize for ReqIfContent
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 ReqIfContent
Auto Trait Implementations§
impl Freeze for ReqIfContent
impl RefUnwindSafe for ReqIfContent
impl Send for ReqIfContent
impl Sync for ReqIfContent
impl Unpin for ReqIfContent
impl UnwindSafe for ReqIfContent
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