Struct docx_rs::TextDirection
source · [−]pub struct TextDirection { /* private fields */ }
Implementations
sourceimpl TextDirection
impl TextDirection
pub fn new(t: TextDirectionType) -> TextDirection
Trait Implementations
sourceimpl Clone for TextDirection
impl Clone for TextDirection
sourcefn clone(&self) -> TextDirection
fn clone(&self) -> TextDirection
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 TextDirection
impl Debug for TextDirection
sourceimpl PartialEq<TextDirection> for TextDirection
impl PartialEq<TextDirection> for TextDirection
sourcefn eq(&self, other: &TextDirection) -> bool
fn eq(&self, other: &TextDirection) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for TextDirection
impl Serialize for TextDirection
impl StructuralPartialEq for TextDirection
Auto Trait Implementations
impl RefUnwindSafe for TextDirection
impl Send for TextDirection
impl Sync for TextDirection
impl Unpin for TextDirection
impl UnwindSafe for TextDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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