Struct docx_rs::TableLayout
source · [−]pub struct TableLayout { /* private fields */ }
Implementations
sourceimpl TableLayout
impl TableLayout
pub fn new(t: TableLayoutType) -> TableLayout
Trait Implementations
sourceimpl Clone for TableLayout
impl Clone for TableLayout
sourcefn clone(&self) -> TableLayout
fn clone(&self) -> TableLayout
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 TableLayout
impl Debug for TableLayout
sourceimpl PartialEq<TableLayout> for TableLayout
impl PartialEq<TableLayout> for TableLayout
sourcefn eq(&self, other: &TableLayout) -> bool
fn eq(&self, other: &TableLayout) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for TableLayout
impl Serialize for TableLayout
impl StructuralPartialEq for TableLayout
Auto Trait Implementations
impl RefUnwindSafe for TableLayout
impl Send for TableLayout
impl Sync for TableLayout
impl Unpin for TableLayout
impl UnwindSafe for TableLayout
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