Enum docx_rust::formatting::TextDirectionType
source · [−]pub enum TextDirectionType {
LrTb,
TbRl,
BtLr,
LrTbV,
TbRlV,
TbLrV,
}
Variants
LrTb
TbRl
BtLr
LrTbV
TbRlV
TbLrV
Trait Implementations
sourceimpl Clone for TextDirectionType
impl Clone for TextDirectionType
sourcefn clone(&self) -> TextDirectionType
fn clone(&self) -> TextDirectionType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TextDirectionType
impl Debug for TextDirectionType
sourceimpl Default for TextDirectionType
impl Default for TextDirectionType
sourcefn default() -> TextDirectionType
fn default() -> TextDirectionType
Returns the “default value” for a type. Read more
sourceimpl Display for TextDirectionType
impl Display for TextDirectionType
Auto Trait Implementations
impl RefUnwindSafe for TextDirectionType
impl Send for TextDirectionType
impl Sync for TextDirectionType
impl Unpin for TextDirectionType
impl UnwindSafe for TextDirectionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more