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