Enum docx_rust::formatting::ConditionType
source · [−]pub enum ConditionType {
Show 13 variants
WholeTable,
FirstRow,
LastRow,
FirstCol,
LastCol,
Band1Vert,
Band2Vert,
Band1Horz,
Band2Horz,
NeCell,
NwCell,
SeCell,
SwCell,
}
Variants
WholeTable
FirstRow
LastRow
FirstCol
LastCol
Band1Vert
Band2Vert
Band1Horz
Band2Horz
NeCell
NwCell
SeCell
SwCell
Trait Implementations
sourceimpl Clone for ConditionType
impl Clone for ConditionType
sourcefn clone(&self) -> ConditionType
fn clone(&self) -> ConditionType
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 ConditionType
impl Debug for ConditionType
sourceimpl Default for ConditionType
impl Default for ConditionType
sourcefn default() -> ConditionType
fn default() -> ConditionType
Returns the “default value” for a type. Read more
sourceimpl Display for ConditionType
impl Display for ConditionType
Auto Trait Implementations
impl RefUnwindSafe for ConditionType
impl Send for ConditionType
impl Sync for ConditionType
impl Unpin for ConditionType
impl UnwindSafe for ConditionType
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