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