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