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