Enum docx_rs::TableCellBorderPosition
source · [−]pub enum TableCellBorderPosition {
Left,
Right,
Top,
Bottom,
InsideH,
InsideV,
Tl2br,
Tr2bl,
}
Variants
Left
Right
Top
Bottom
InsideH
InsideV
Tl2br
Tr2bl
Trait Implementations
sourceimpl Clone for TableCellBorderPosition
impl Clone for TableCellBorderPosition
sourcefn clone(&self) -> TableCellBorderPosition
fn clone(&self) -> TableCellBorderPosition
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 TableCellBorderPosition
impl Debug for TableCellBorderPosition
sourceimpl FromWasmAbi for TableCellBorderPosition
impl FromWasmAbi for TableCellBorderPosition
sourceimpl IntoWasmAbi for TableCellBorderPosition
impl IntoWasmAbi for TableCellBorderPosition
sourceimpl PartialEq<TableCellBorderPosition> for TableCellBorderPosition
impl PartialEq<TableCellBorderPosition> for TableCellBorderPosition
sourcefn eq(&self, other: &TableCellBorderPosition) -> bool
fn eq(&self, other: &TableCellBorderPosition) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for TableCellBorderPosition
impl Serialize for TableCellBorderPosition
sourceimpl WasmDescribe for TableCellBorderPosition
impl WasmDescribe for TableCellBorderPosition
impl StructuralPartialEq for TableCellBorderPosition
Auto Trait Implementations
impl RefUnwindSafe for TableCellBorderPosition
impl Send for TableCellBorderPosition
impl Sync for TableCellBorderPosition
impl Unpin for TableCellBorderPosition
impl UnwindSafe for TableCellBorderPosition
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