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