Struct docx::rels::Relationship[][src]

pub struct Relationship<'a> {
    pub id: Cow<'a, str>,
    pub target: Cow<'a, str>,
    pub ty: Cow<'a, str>,
}

Fields

Methods

impl<'a> Relationship<'a>
[src]

Trait Implementations

impl<'a> Debug for Relationship<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Relationship<'a>

impl<'a> Sync for Relationship<'a>