Enum docx_rust::document::WrapTextType
source · pub enum WrapTextType {
Both,
}
Variants§
Both
Trait Implementations§
source§impl Clone for WrapTextType
impl Clone for WrapTextType
source§fn clone(&self) -> WrapTextType
fn clone(&self) -> WrapTextType
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 WrapTextType
impl Debug for WrapTextType
source§impl Default for WrapTextType
impl Default for WrapTextType
source§fn default() -> WrapTextType
fn default() -> WrapTextType
Returns the “default value” for a type. Read more