Enum docx_rs::TableAlignmentType
source · [−]pub enum TableAlignmentType {
Center,
Left,
Right,
}
Variants
Center
Left
Right
Trait Implementations
sourceimpl Clone for TableAlignmentType
impl Clone for TableAlignmentType
sourcefn clone(&self) -> TableAlignmentType
fn clone(&self) -> TableAlignmentType
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 TableAlignmentType
impl Debug for TableAlignmentType
sourceimpl Display for TableAlignmentType
impl Display for TableAlignmentType
sourceimpl FromStr for TableAlignmentType
impl FromStr for TableAlignmentType
sourceimpl FromWasmAbi for TableAlignmentType
impl FromWasmAbi for TableAlignmentType
sourceimpl IntoWasmAbi for TableAlignmentType
impl IntoWasmAbi for TableAlignmentType
sourceimpl WasmDescribe for TableAlignmentType
impl WasmDescribe for TableAlignmentType
impl Copy for TableAlignmentType
Auto Trait Implementations
impl RefUnwindSafe for TableAlignmentType
impl Send for TableAlignmentType
impl Sync for TableAlignmentType
impl Unpin for TableAlignmentType
impl UnwindSafe for TableAlignmentType
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
sourceimpl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
. Read more