pub struct TableStyleInfo {
pub name: Option<String>,
pub show_first_column: bool,
pub show_last_column: bool,
pub show_row_stripes: bool,
pub show_column_stripes: bool,
}Fields§
§name: Option<String>§show_first_column: bool§show_last_column: bool§show_row_stripes: bool§show_column_stripes: boolTrait Implementations§
Source§impl Clone for TableStyleInfo
impl Clone for TableStyleInfo
Source§fn clone(&self) -> TableStyleInfo
fn clone(&self) -> TableStyleInfo
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 TableStyleInfo
impl Debug for TableStyleInfo
Source§impl Default for TableStyleInfo
impl Default for TableStyleInfo
Source§fn default() -> TableStyleInfo
fn default() -> TableStyleInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for TableStyleInfo
impl PartialEq for TableStyleInfo
Source§fn eq(&self, other: &TableStyleInfo) -> bool
fn eq(&self, other: &TableStyleInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'__de> Decode<'__de> for TableStyleInfowhere
'__de:,
impl Encode for TableStyleInfo
impl Eq for TableStyleInfo
impl StructuralPartialEq for TableStyleInfo
Auto Trait Implementations§
impl Freeze for TableStyleInfo
impl RefUnwindSafe for TableStyleInfo
impl Send for TableStyleInfo
impl Sync for TableStyleInfo
impl Unpin for TableStyleInfo
impl UnsafeUnpin for TableStyleInfo
impl UnwindSafe for TableStyleInfo
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