pub struct ParaFormat {
pub horiz_align: String,
pub indent_first: String,
pub indent_left: String,
pub indent_right: String,
pub bullet: String,
pub bullet_str: String,
pub sp_line: String,
pub sp_before: String,
pub sp_after: String,
}Expand description
Paragraph formatting.
Fields§
§horiz_align: String§indent_first: String§indent_left: String§indent_right: String§bullet: String§bullet_str: String§sp_line: String§sp_before: String§sp_after: StringTrait Implementations§
Source§impl Clone for ParaFormat
impl Clone for ParaFormat
Source§fn clone(&self) -> ParaFormat
fn clone(&self) -> ParaFormat
Returns a duplicate 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 ParaFormat
impl Debug for ParaFormat
Source§impl Default for ParaFormat
impl Default for ParaFormat
Source§fn default() -> ParaFormat
fn default() -> ParaFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParaFormat
impl RefUnwindSafe for ParaFormat
impl Send for ParaFormat
impl Sync for ParaFormat
impl Unpin for ParaFormat
impl UnsafeUnpin for ParaFormat
impl UnwindSafe for ParaFormat
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