pub struct CT_TablePartStyle {
pub cell_style: Option<CT_TableCellStyle>,
pub text_style: Option<CT_TableTextStyle>,
/* private fields */
}Expand description
Cell and text formatting contributed by one table region.
Fields§
§cell_style: Option<CT_TableCellStyle>§text_style: Option<CT_TableTextStyle>Trait Implementations§
Source§impl Clone for CT_TablePartStyle
impl Clone for CT_TablePartStyle
Source§fn clone(&self) -> CT_TablePartStyle
fn clone(&self) -> CT_TablePartStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CT_TablePartStyle
impl Debug for CT_TablePartStyle
Source§impl Default for CT_TablePartStyle
impl Default for CT_TablePartStyle
Source§fn default() -> CT_TablePartStyle
fn default() -> CT_TablePartStyle
Returns the “default value” for a type. Read more
impl Eq for CT_TablePartStyle
Source§impl PartialEq for CT_TablePartStyle
impl PartialEq for CT_TablePartStyle
impl StructuralPartialEq for CT_TablePartStyle
Auto Trait Implementations§
impl Freeze for CT_TablePartStyle
impl RefUnwindSafe for CT_TablePartStyle
impl Send for CT_TablePartStyle
impl Sync for CT_TablePartStyle
impl Unpin for CT_TablePartStyle
impl UnsafeUnpin for CT_TablePartStyle
impl UnwindSafe for CT_TablePartStyle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more