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