pub struct FmtScheme<'a> {
pub name: Option<Cow<'a, str>>,
pub fill_style_lst: FillStyleLst,
pub in_style_lst: InStyleLst,
pub effect_style_lst: EffectStyleLst,
pub bg_fill_style_lst: BgFillStyleLst,
}
Fields
name: Option<Cow<'a, str>>
fill_style_lst: FillStyleLst
in_style_lst: InStyleLst
effect_style_lst: EffectStyleLst
bg_fill_style_lst: BgFillStyleLst
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more