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