pub struct TableStyles {
pub count: Option<u32>,
pub default_table_style: Option<String>,
pub default_pivot_style: Option<String>,
}Expand description
Table styles container.
Fields§
§count: Option<u32>§default_table_style: Option<String>§default_pivot_style: Option<String>Trait Implementations§
Source§impl Clone for TableStyles
impl Clone for TableStyles
Source§fn clone(&self) -> TableStyles
fn clone(&self) -> TableStyles
Returns a duplicate of the value. Read more
1.0.0 · 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 TableStyles
impl Debug for TableStyles
Source§impl<'de> Deserialize<'de> for TableStyles
impl<'de> Deserialize<'de> for TableStyles
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TableStyles
impl PartialEq for TableStyles
Source§impl Serialize for TableStyles
impl Serialize for TableStyles
impl StructuralPartialEq for TableStyles
Auto Trait Implementations§
impl Freeze for TableStyles
impl RefUnwindSafe for TableStyles
impl Send for TableStyles
impl Sync for TableStyles
impl Unpin for TableStyles
impl UnwindSafe for TableStyles
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