Enum docx_rust::document::WrapTextType
source · [−]pub enum WrapTextType {
Both,
}
Variants
Both
Trait Implementations
sourceimpl Clone for WrapTextType
impl Clone for WrapTextType
sourcefn clone(&self) -> WrapTextType
fn clone(&self) -> WrapTextType
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 WrapTextType
impl Debug for WrapTextType
sourceimpl Default for WrapTextType
impl Default for WrapTextType
sourcefn default() -> WrapTextType
fn default() -> WrapTextType
Returns the “default value” for a type. Read more
sourceimpl Display for WrapTextType
impl Display for WrapTextType
Auto Trait Implementations
impl RefUnwindSafe for WrapTextType
impl Send for WrapTextType
impl Sync for WrapTextType
impl Unpin for WrapTextType
impl UnwindSafe for WrapTextType
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