[][src]Struct docx::core::Core

pub struct Core<'a> {
    pub title: Option<Cow<'a, str>>,
    pub subject: Option<Cow<'a, str>>,
    pub creator: Option<Cow<'a, str>>,
    pub keywords: Option<Cow<'a, str>>,
    pub description: Option<Cow<'a, str>>,
    pub last_modified_by: Option<Cow<'a, str>>,
    pub revision: Option<Cow<'a, str>>,
}

Fields

title: Option<Cow<'a, str>>subject: Option<Cow<'a, str>>creator: Option<Cow<'a, str>>keywords: Option<Cow<'a, str>>description: Option<Cow<'a, str>>last_modified_by: Option<Cow<'a, str>>revision: Option<Cow<'a, str>>

Trait Implementations

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

impl<'a> Default for Core<'a>[src]

impl<'a, '__input: 'a> XmlRead<'__input> for Core<'a>[src]

impl<'a> XmlWrite for Core<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Core<'a>

impl<'a> Send for Core<'a>

impl<'a> Sync for Core<'a>

impl<'a> Unpin for Core<'a>

impl<'a> UnwindSafe for Core<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.