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
Source§impl<'__input: 'a, 'a> XmlRead<'__input> for CustClrLst<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for CustClrLst<'a>
Auto Trait Implementations§
impl<'a> Freeze for CustClrLst<'a>
impl<'a> RefUnwindSafe for CustClrLst<'a>
impl<'a> Send for CustClrLst<'a>
impl<'a> Sync for CustClrLst<'a>
impl<'a> Unpin for CustClrLst<'a>
impl<'a> UnwindSafe for CustClrLst<'a>
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