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 Freeze for BgFillStyleLst
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