pub struct ReqIfHeader {
pub identifier: String,
pub creation_time: String,
pub repository_id: String,
pub req_if_tool_id: String,
pub req_if_version: String,
pub source_tool_id: String,
pub title: String,
}
Fields§
§identifier: String
§creation_time: String
§repository_id: String
§req_if_tool_id: String
§req_if_version: String
§source_tool_id: String
§title: String
Trait Implementations§
Source§impl Debug for ReqIfHeader
impl Debug for ReqIfHeader
Source§impl PartialEq for ReqIfHeader
impl PartialEq for ReqIfHeader
Source§impl YaSerialize for ReqIfHeader
impl YaSerialize for ReqIfHeader
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 ReqIfHeader
Auto Trait Implementations§
impl Freeze for ReqIfHeader
impl RefUnwindSafe for ReqIfHeader
impl Send for ReqIfHeader
impl Sync for ReqIfHeader
impl Unpin for ReqIfHeader
impl UnwindSafe for ReqIfHeader
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