pub struct CoreNamespace<'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§
Source§impl<'a> Clone for CoreNamespace<'a>
impl<'a> Clone for CoreNamespace<'a>
Source§fn clone(&self) -> CoreNamespace<'a>
fn clone(&self) -> CoreNamespace<'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 CoreNamespace<'a>
impl<'a> Debug for CoreNamespace<'a>
Source§impl<'a> Default for CoreNamespace<'a>
impl<'a> Default for CoreNamespace<'a>
Source§fn default() -> CoreNamespace<'a>
fn default() -> CoreNamespace<'a>
Returns the “default value” for a type. Read more
Source§impl<'__input: 'a, 'a> XmlRead<'__input> for CoreNamespace<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for CoreNamespace<'a>
Auto Trait Implementations§
impl<'a> Freeze for CoreNamespace<'a>
impl<'a> RefUnwindSafe for CoreNamespace<'a>
impl<'a> Send for CoreNamespace<'a>
impl<'a> Sync for CoreNamespace<'a>
impl<'a> Unpin for CoreNamespace<'a>
impl<'a> UnwindSafe for CoreNamespace<'a>
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