Struct docx_rust::document::WrapTopAndBottom
source · pub struct WrapTopAndBottom {}
Trait Implementations§
source§impl Clone for WrapTopAndBottom
impl Clone for WrapTopAndBottom
source§fn clone(&self) -> WrapTopAndBottom
fn clone(&self) -> WrapTopAndBottom
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 WrapTopAndBottom
impl Debug for WrapTopAndBottom
source§impl Default for WrapTopAndBottom
impl Default for WrapTopAndBottom
source§fn default() -> WrapTopAndBottom
fn default() -> WrapTopAndBottom
Returns the “default value” for a type. Read more
source§impl From<WrapTopAndBottom> for Wrap
impl From<WrapTopAndBottom> for Wrap
source§fn from(original: WrapTopAndBottom) -> Wrap
fn from(original: WrapTopAndBottom) -> Wrap
Converts to this type from the input type.