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