pub struct CT_TableStyleList {
pub default_style_id: Option<String>,
pub styles: Vec<CT_TableStyle>,
/* private fields */
}Expand description
One DrawingML table style list from ppt/tableStyles.xml.
Fields§
§default_style_id: Option<String>§styles: Vec<CT_TableStyle>Implementations§
Trait Implementations§
Source§impl Clone for CT_TableStyleList
impl Clone for CT_TableStyleList
Source§fn clone(&self) -> CT_TableStyleList
fn clone(&self) -> CT_TableStyleList
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_TableStyleList
impl Debug for CT_TableStyleList
impl Eq for CT_TableStyleList
Source§impl PartialEq for CT_TableStyleList
impl PartialEq for CT_TableStyleList
impl StructuralPartialEq for CT_TableStyleList
Auto Trait Implementations§
impl Freeze for CT_TableStyleList
impl RefUnwindSafe for CT_TableStyleList
impl Send for CT_TableStyleList
impl Sync for CT_TableStyleList
impl Unpin for CT_TableStyleList
impl UnsafeUnpin for CT_TableStyleList
impl UnwindSafe for CT_TableStyleList
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