pub struct FmtScheme<'a> {
pub name: Option<Cow<'a, str>>,
pub fill_style_lst: FillStyleLst,
pub in_style_lst: LineStyleList,
pub effect_style_lst: EffectStyleLst,
pub bg_fill_style_lst: BgFillStyleLst,
}
Fields§
§name: Option<Cow<'a, str>>
§fill_style_lst: FillStyleLst
§in_style_lst: LineStyleList
§effect_style_lst: EffectStyleLst
§bg_fill_style_lst: BgFillStyleLst
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FmtScheme<'a>
impl<'a> RefUnwindSafe for FmtScheme<'a>
impl<'a> Send for FmtScheme<'a>
impl<'a> Sync for FmtScheme<'a>
impl<'a> Unpin for FmtScheme<'a>
impl<'a> UnwindSafe for FmtScheme<'a>
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