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