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