Enum docx_rust::formatting::CombineBracketsType
source · pub enum CombineBracketsType {
None,
Round,
Square,
Angle,
Curly,
}
Variants§
Trait Implementations§
source§impl Clone for CombineBracketsType
impl Clone for CombineBracketsType
source§fn clone(&self) -> CombineBracketsType
fn clone(&self) -> CombineBracketsType
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 CombineBracketsType
impl Debug for CombineBracketsType
source§impl Default for CombineBracketsType
impl Default for CombineBracketsType
source§fn default() -> CombineBracketsType
fn default() -> CombineBracketsType
Returns the “default value” for a type. Read more