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