Struct docx_rust::document::BgFillStyleLst
source · pub struct BgFillStyleLst {
pub content: Vec<BgFillStyleLstChoice>,
}Fields§
§content: Vec<BgFillStyleLstChoice>Trait Implementations§
source§impl Clone for BgFillStyleLst
impl Clone for BgFillStyleLst
source§fn clone(&self) -> BgFillStyleLst
fn clone(&self) -> BgFillStyleLst
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 BgFillStyleLst
impl Debug for BgFillStyleLst
source§impl Default for BgFillStyleLst
impl Default for BgFillStyleLst
source§fn default() -> BgFillStyleLst
fn default() -> BgFillStyleLst
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for BgFillStyleLst
impl<'__input> XmlRead<'__input> for BgFillStyleLst
Auto Trait Implementations§
impl RefUnwindSafe for BgFillStyleLst
impl Send for BgFillStyleLst
impl Sync for BgFillStyleLst
impl Unpin for BgFillStyleLst
impl UnwindSafe for BgFillStyleLst
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