pub struct XMLRelationship {
pub id: String,
pub rel_type: String,
pub target: String,
}
Expand description
XMLRelationship contains relations which maps id and XML.
Fields§
§id: String
§rel_type: String
§target: String
Trait Implementations§
Source§impl Debug for XMLRelationship
impl Debug for XMLRelationship
Source§impl<'de> Deserialize<'de> for XMLRelationship
impl<'de> Deserialize<'de> for XMLRelationship
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for XMLRelationship
impl PartialEq for XMLRelationship
Source§impl Serialize for XMLRelationship
impl Serialize for XMLRelationship
impl StructuralPartialEq for XMLRelationship
Auto Trait Implementations§
impl Freeze for XMLRelationship
impl RefUnwindSafe for XMLRelationship
impl Send for XMLRelationship
impl Sync for XMLRelationship
impl Unpin for XMLRelationship
impl UnwindSafe for XMLRelationship
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