Struct docx_rust::rels::Relationship
source · pub struct Relationship<'a> {
pub id: Cow<'a, str>,
pub target: Cow<'a, str>,
pub ty: Cow<'a, str>,
}
Fields§
§id: Cow<'a, str>
§target: Cow<'a, str>
§ty: Cow<'a, str>
Trait Implementations§
source§impl<'a> Clone for Relationship<'a>
impl<'a> Clone for Relationship<'a>
source§fn clone(&self) -> Relationship<'a>
fn clone(&self) -> Relationship<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for Relationship<'a>
impl<'a> Debug for Relationship<'a>
source§impl<'a> Default for Relationship<'a>
impl<'a> Default for Relationship<'a>
source§fn default() -> Relationship<'a>
fn default() -> Relationship<'a>
Returns the “default value” for a type. Read more