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