Struct docx_rust::formatting::InsertedProperties
source · pub struct InsertedProperties<'a> {
pub id: Option<isize>,
pub author: Option<Cow<'a, str>>,
pub date: Option<Cow<'a, str>>,
}
Fields§
§id: Option<isize>
§date: Option<Cow<'a, str>>
Trait Implementations§
source§impl<'a> Clone for InsertedProperties<'a>
impl<'a> Clone for InsertedProperties<'a>
source§fn clone(&self) -> InsertedProperties<'a>
fn clone(&self) -> InsertedProperties<'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 InsertedProperties<'a>
impl<'a> Debug for InsertedProperties<'a>
source§impl<'a> Default for InsertedProperties<'a>
impl<'a> Default for InsertedProperties<'a>
source§fn default() -> InsertedProperties<'a>
fn default() -> InsertedProperties<'a>
Returns the “default value” for a type. Read more
source§impl<'__input: 'a, 'a> XmlRead<'__input> for InsertedProperties<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for InsertedProperties<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for InsertedProperties<'a>
impl<'a> Send for InsertedProperties<'a>
impl<'a> Sync for InsertedProperties<'a>
impl<'a> Unpin for InsertedProperties<'a>
impl<'a> UnwindSafe for InsertedProperties<'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