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