pub enum FillStyleLstChoice {
NoFill(NoFill),
SolidFill(SolidFill),
GradFill(GradFill),
GrpFill(GrpFill),
}
Variants§
Trait Implementations§
Source§impl Clone for FillStyleLstChoice
impl Clone for FillStyleLstChoice
Source§fn clone(&self) -> FillStyleLstChoice
fn clone(&self) -> FillStyleLstChoice
Returns a copy 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 FillStyleLstChoice
impl Debug for FillStyleLstChoice
Source§impl<'__input> XmlRead<'__input> for FillStyleLstChoice
impl<'__input> XmlRead<'__input> for FillStyleLstChoice
Auto Trait Implementations§
impl Freeze for FillStyleLstChoice
impl RefUnwindSafe for FillStyleLstChoice
impl Send for FillStyleLstChoice
impl Sync for FillStyleLstChoice
impl Unpin for FillStyleLstChoice
impl UnwindSafe for FillStyleLstChoice
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