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