Enum docx_rust::document::BgFillStyleLstChoice
source · pub enum BgFillStyleLstChoice {
NoFill(NoFill),
SolidFill(SolidFill),
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 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