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