pub struct ParagraphIndentOptions {
pub tags_before_non_indents: Vec<&'static str>,
pub tags_with_non_indent_first_child: Vec<&'static str>,
}
Fields§
Auto Trait Implementations§
impl Freeze for ParagraphIndentOptions
impl RefUnwindSafe for ParagraphIndentOptions
impl Send for ParagraphIndentOptions
impl Sync for ParagraphIndentOptions
impl Unpin for ParagraphIndentOptions
impl UnwindSafe for ParagraphIndentOptions
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