Struct docx_rust::document::FillStyleLst
source · [−]pub struct FillStyleLst {}
Trait Implementations
sourceimpl Clone for FillStyleLst
impl Clone for FillStyleLst
sourcefn clone(&self) -> FillStyleLst
fn clone(&self) -> FillStyleLst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FillStyleLst
impl Debug for FillStyleLst
sourceimpl Default for FillStyleLst
impl Default for FillStyleLst
sourcefn default() -> FillStyleLst
fn default() -> FillStyleLst
Returns the “default value” for a type. Read more
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more