Struct docx_rust::document::CustClrLst
source · pub struct CustClrLst<'a> {
pub contents: Vec<CustClr<'a>>,
}
Fields§
§contents: Vec<CustClr<'a>>
Trait Implementations§
source§impl<'a> Clone for CustClrLst<'a>
impl<'a> Clone for CustClrLst<'a>
source§fn clone(&self) -> CustClrLst<'a>
fn clone(&self) -> CustClrLst<'a>
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<'a> Debug for CustClrLst<'a>
impl<'a> Debug for CustClrLst<'a>
source§impl<'a> Default for CustClrLst<'a>
impl<'a> Default for CustClrLst<'a>
source§fn default() -> CustClrLst<'a>
fn default() -> CustClrLst<'a>
Returns the “default value” for a type. Read more