Struct spreadsheet_ods::metadata::MetaTemplate
source · pub struct MetaTemplate {
pub date: Option<NaiveDateTime>,
pub actuate: Option<XLinkActuate>,
pub href: Option<String>,
pub title: Option<String>,
pub link_type: Option<XLinkType>,
}Expand description
Specifies an IRI for the document template that was used to create a document.
Fields§
§date: Option<NaiveDateTime>The meta:date attribute specifies the date and time when a template was last modified, prior to being used to create the current document.
actuate: Option<XLinkActuate>See XLink
href: Option<String>See XLink
title: Option<String>See XLink
link_type: Option<XLinkType>See XLink
Implementations§
Trait Implementations§
source§impl Clone for MetaTemplate
impl Clone for MetaTemplate
source§fn clone(&self) -> MetaTemplate
fn clone(&self) -> MetaTemplate
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 Debug for MetaTemplate
impl Debug for MetaTemplate
source§impl Default for MetaTemplate
impl Default for MetaTemplate
source§fn default() -> MetaTemplate
fn default() -> MetaTemplate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MetaTemplate
impl Send for MetaTemplate
impl Sync for MetaTemplate
impl Unpin for MetaTemplate
impl UnwindSafe for MetaTemplate
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