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