Struct docx_rust::styles::DefaultParagraphProperty
source · [−]pub struct DefaultParagraphProperty<'a> {
pub inner: Option<ParagraphProperty<'a>>,
}
Expand description
Default Paragraph Properties
Fields
inner: Option<ParagraphProperty<'a>>
paragraph properties
Trait Implementations
sourceimpl<'a> Clone for DefaultParagraphProperty<'a>
impl<'a> Clone for DefaultParagraphProperty<'a>
sourcefn clone(&self) -> DefaultParagraphProperty<'a>
fn clone(&self) -> DefaultParagraphProperty<'a>
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<'a> Debug for DefaultParagraphProperty<'a>
impl<'a> Debug for DefaultParagraphProperty<'a>
sourceimpl<'a> Default for DefaultParagraphProperty<'a>
impl<'a> Default for DefaultParagraphProperty<'a>
sourcefn default() -> DefaultParagraphProperty<'a>
fn default() -> DefaultParagraphProperty<'a>
Returns the “default value” for a type. Read more
sourceimpl<'a, T: Into<ParagraphProperty<'a>>> From<T> for DefaultParagraphProperty<'a>
impl<'a, T: Into<ParagraphProperty<'a>>> From<T> for DefaultParagraphProperty<'a>
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for DefaultParagraphProperty<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for DefaultParagraphProperty<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for DefaultParagraphProperty<'a>
impl<'a> Send for DefaultParagraphProperty<'a>
impl<'a> Sync for DefaultParagraphProperty<'a>
impl<'a> Unpin for DefaultParagraphProperty<'a>
impl<'a> UnwindSafe for DefaultParagraphProperty<'a>
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