Struct docx_rust::document::BgFillStyleLst
source · [−]pub struct BgFillStyleLst {}
Trait Implementations
sourceimpl Clone for BgFillStyleLst
impl Clone for BgFillStyleLst
sourcefn clone(&self) -> BgFillStyleLst
fn clone(&self) -> BgFillStyleLst
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 BgFillStyleLst
impl Debug for BgFillStyleLst
sourceimpl Default for BgFillStyleLst
impl Default for BgFillStyleLst
sourcefn default() -> BgFillStyleLst
fn default() -> BgFillStyleLst
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for BgFillStyleLst
impl<'__input> XmlRead<'__input> for BgFillStyleLst
Auto Trait Implementations
impl RefUnwindSafe for BgFillStyleLst
impl Send for BgFillStyleLst
impl Sync for BgFillStyleLst
impl Unpin for BgFillStyleLst
impl UnwindSafe for BgFillStyleLst
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