pub struct DocxCore {
pub creator: Option<String>,
pub last_modified_by: Option<String>,
pub revision: Option<String>,
}Expand description
Core document properties from DOCX docProps/core.xml (subset).
Fields§
§creator: Option<String>§last_modified_by: Option<String>§revision: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocxCore
impl<'de> Deserialize<'de> for DocxCore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DocxCore
impl RefUnwindSafe for DocxCore
impl Send for DocxCore
impl Sync for DocxCore
impl Unpin for DocxCore
impl UnsafeUnpin for DocxCore
impl UnwindSafe for DocxCore
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