pub struct FormatScheme { /* private fields */ }Implementations§
Source§impl FormatScheme
impl FormatScheme
pub fn get_name(&self) -> &str
pub fn set_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_fill_style_list(&self) -> &FillStyleList
pub fn get_fill_style_list_mut(&mut self) -> &mut FillStyleList
pub fn set_fill_style_list(&mut self, value: FillStyleList)
pub fn get_line_style_list(&self) -> &LineStyleList
pub fn get_line_style_list_mut(&mut self) -> &mut LineStyleList
pub fn set_line_style_list(&mut self, value: LineStyleList)
pub fn get_effect_style_list(&self) -> &EffectStyleList
pub fn get_effect_style_list_mut(&mut self) -> &mut EffectStyleList
pub fn set_effect_style_list(&mut self, value: EffectStyleList)
pub fn get_background_fill_style_list(&self) -> &BackgroundFillStyleList
pub fn get_background_fill_style_list_mut( &mut self, ) -> &mut BackgroundFillStyleList
pub fn set_background_fill_style_list_list( &mut self, value: BackgroundFillStyleList, )
Trait Implementations§
Source§impl Clone for FormatScheme
impl Clone for FormatScheme
Source§fn clone(&self) -> FormatScheme
fn clone(&self) -> FormatScheme
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 FormatScheme
impl Debug for FormatScheme
Source§impl Default for FormatScheme
impl Default for FormatScheme
Source§fn default() -> FormatScheme
fn default() -> FormatScheme
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormatScheme
impl RefUnwindSafe for FormatScheme
impl Send for FormatScheme
impl Sync for FormatScheme
impl Unpin for FormatScheme
impl UnwindSafe for FormatScheme
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