Struct docx_rust::formatting::WidowControl
source · pub struct WidowControl {
pub value: Option<bool>,
}
Expand description
WidowControl
use docx_rust::formatting::*;
let WidowControl = WidowControl::from(false);
let WidowControl = WidowControl::from(true);
Fields§
§value: Option<bool>
Trait Implementations§
source§impl Clone for WidowControl
impl Clone for WidowControl
source§fn clone(&self) -> WidowControl
fn clone(&self) -> WidowControl
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 WidowControl
impl Debug for WidowControl
source§impl Default for WidowControl
impl Default for WidowControl
source§fn default() -> WidowControl
fn default() -> WidowControl
Returns the “default value” for a type. Read more