Struct docx_rust::formatting::ConditionalTableProperty
source · [−]pub struct ConditionalTableProperty<'a> {
pub condition: ConditionType,
pub paragraph: Option<ParagraphProperty<'a>>,
pub character: Option<CharacterProperty<'a>>,
pub table: Option<TableProperty<'a>>,
pub table_row: Option<TableRowProperty>,
pub table_cell: Option<TableCellProperty>,
}
Fields
condition: ConditionType
paragraph: Option<ParagraphProperty<'a>>
Specifies a set of paragraph properties
character: Option<CharacterProperty<'a>>
Specifies a set of character properties
table: Option<TableProperty<'a>>
table_row: Option<TableRowProperty>
table_cell: Option<TableCellProperty>
Trait Implementations
sourceimpl<'a> Clone for ConditionalTableProperty<'a>
impl<'a> Clone for ConditionalTableProperty<'a>
sourcefn clone(&self) -> ConditionalTableProperty<'a>
fn clone(&self) -> ConditionalTableProperty<'a>
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<'a> Debug for ConditionalTableProperty<'a>
impl<'a> Debug for ConditionalTableProperty<'a>
sourceimpl<'a> Default for ConditionalTableProperty<'a>
impl<'a> Default for ConditionalTableProperty<'a>
sourcefn default() -> ConditionalTableProperty<'a>
fn default() -> ConditionalTableProperty<'a>
Returns the “default value” for a type. Read more
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for ConditionalTableProperty<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for ConditionalTableProperty<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConditionalTableProperty<'a>
impl<'a> Send for ConditionalTableProperty<'a>
impl<'a> Sync for ConditionalTableProperty<'a>
impl<'a> Unpin for ConditionalTableProperty<'a>
impl<'a> UnwindSafe for ConditionalTableProperty<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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