pub struct CT_TableCellStyle {
pub fill: Option<Fill>,
pub fill_reference: Option<StyleReference>,
pub borders: Option<CT_TableBorders>,
pub unsupported: Vec<String>,
/* private fields */
}Expand description
Fill and edge formatting contributed by a table style region.
Fields§
§fill: Option<Fill>§fill_reference: Option<StyleReference>§borders: Option<CT_TableBorders>§unsupported: Vec<String>Trait Implementations§
Source§impl Clone for CT_TableCellStyle
impl Clone for CT_TableCellStyle
Source§fn clone(&self) -> CT_TableCellStyle
fn clone(&self) -> CT_TableCellStyle
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_TableCellStyle
impl Debug for CT_TableCellStyle
Source§impl Default for CT_TableCellStyle
impl Default for CT_TableCellStyle
Source§fn default() -> CT_TableCellStyle
fn default() -> CT_TableCellStyle
Returns the “default value” for a type. Read more
impl Eq for CT_TableCellStyle
Source§impl PartialEq for CT_TableCellStyle
impl PartialEq for CT_TableCellStyle
impl StructuralPartialEq for CT_TableCellStyle
Auto Trait Implementations§
impl Freeze for CT_TableCellStyle
impl RefUnwindSafe for CT_TableCellStyle
impl Send for CT_TableCellStyle
impl Sync for CT_TableCellStyle
impl Unpin for CT_TableCellStyle
impl UnsafeUnpin for CT_TableCellStyle
impl UnwindSafe for CT_TableCellStyle
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