pub struct FormatScheme { /* private fields */ }Implementations§
Source§impl FormatScheme
impl FormatScheme
pub fn name(&self) -> &str
pub fn get_name(&self) -> &str
👎Deprecated since 3.0.0:
Use name()
pub fn set_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn fill_style_list(&self) -> &FillStyleList
pub fn get_fill_style_list(&self) -> &FillStyleList
👎Deprecated since 3.0.0:
Use fill_style_list()
pub fn fill_style_list_mut(&mut self) -> &mut FillStyleList
pub fn get_fill_style_list_mut(&mut self) -> &mut FillStyleList
👎Deprecated since 3.0.0:
Use fill_style_list_mut()
pub fn set_fill_style_list(&mut self, value: FillStyleList)
pub fn line_style_list(&self) -> &LineStyleList
pub fn get_line_style_list(&self) -> &LineStyleList
👎Deprecated since 3.0.0:
Use line_style_list()
pub fn line_style_list_mut(&mut self) -> &mut LineStyleList
pub fn get_line_style_list_mut(&mut self) -> &mut LineStyleList
👎Deprecated since 3.0.0:
Use line_style_list_mut()
pub fn set_line_style_list(&mut self, value: LineStyleList)
pub fn effect_style_list(&self) -> &EffectStyleList
pub fn get_effect_style_list(&self) -> &EffectStyleList
👎Deprecated since 3.0.0:
Use effect_style_list()
pub fn effect_style_list_mut(&mut self) -> &mut EffectStyleList
pub fn get_effect_style_list_mut(&mut self) -> &mut EffectStyleList
👎Deprecated since 3.0.0:
Use effect_style_list_mut()
pub fn set_effect_style_list(&mut self, value: EffectStyleList)
pub fn background_fill_style_list(&self) -> &BackgroundFillStyleList
pub fn get_background_fill_style_list(&self) -> &BackgroundFillStyleList
👎Deprecated since 3.0.0:
Use background_fill_style_list()
pub fn background_fill_style_list_mut(&mut self) -> &mut BackgroundFillStyleList
pub fn get_background_fill_style_list_mut( &mut self, ) -> &mut BackgroundFillStyleList
👎Deprecated since 3.0.0:
Use background_fill_style_list_mut()
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 (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 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 UnsafeUnpin 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