Struct docx_rs::ParagraphStyle
source · [−]pub struct ParagraphStyle {
pub val: String,
}
Fields
val: String
Implementations
sourceimpl ParagraphStyle
impl ParagraphStyle
Trait Implementations
sourceimpl Clone for ParagraphStyle
impl Clone for ParagraphStyle
sourcefn clone(&self) -> ParagraphStyle
fn clone(&self) -> ParagraphStyle
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 ParagraphStyle
impl Debug for ParagraphStyle
sourceimpl Default for ParagraphStyle
impl Default for ParagraphStyle
sourceimpl PartialEq<ParagraphStyle> for ParagraphStyle
impl PartialEq<ParagraphStyle> for ParagraphStyle
sourcefn eq(&self, other: &ParagraphStyle) -> bool
fn eq(&self, other: &ParagraphStyle) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for ParagraphStyle
impl Serialize for ParagraphStyle
impl StructuralPartialEq for ParagraphStyle
Auto Trait Implementations
impl RefUnwindSafe for ParagraphStyle
impl Send for ParagraphStyle
impl Sync for ParagraphStyle
impl Unpin for ParagraphStyle
impl UnwindSafe for ParagraphStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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