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