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