Enum docx_rs::TableLayoutType
source · [−]pub enum TableLayoutType {
Fixed,
Autofit,
}
Variants
Fixed
Autofit
Trait Implementations
sourceimpl Clone for TableLayoutType
impl Clone for TableLayoutType
sourcefn clone(&self) -> TableLayoutType
fn clone(&self) -> TableLayoutType
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 TableLayoutType
impl Debug for TableLayoutType
sourceimpl<'de> Deserialize<'de> for TableLayoutType
impl<'de> Deserialize<'de> for TableLayoutType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for TableLayoutType
impl Display for TableLayoutType
sourceimpl FromStr for TableLayoutType
impl FromStr for TableLayoutType
sourceimpl FromWasmAbi for TableLayoutType
impl FromWasmAbi for TableLayoutType
sourceimpl IntoWasmAbi for TableLayoutType
impl IntoWasmAbi for TableLayoutType
sourceimpl OptionFromWasmAbi for TableLayoutType
impl OptionFromWasmAbi for TableLayoutType
sourceimpl OptionIntoWasmAbi for TableLayoutType
impl OptionIntoWasmAbi for TableLayoutType
sourceimpl PartialEq<TableLayoutType> for TableLayoutType
impl PartialEq<TableLayoutType> for TableLayoutType
sourcefn eq(&self, other: &TableLayoutType) -> bool
fn eq(&self, other: &TableLayoutType) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for TableLayoutType
impl Serialize for TableLayoutType
sourceimpl WasmDescribe for TableLayoutType
impl WasmDescribe for TableLayoutType
impl Copy for TableLayoutType
impl StructuralPartialEq for TableLayoutType
Auto Trait Implementations
impl RefUnwindSafe for TableLayoutType
impl Send for TableLayoutType
impl Sync for TableLayoutType
impl Unpin for TableLayoutType
impl UnwindSafe for TableLayoutType
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