pub enum ParagraphEnding {
AllowSoftBreak,
HardBreak,
}
Expand description
Ending of paragraph.
Variants§
Trait Implementations§
Source§impl Clone for ParagraphEnding
impl Clone for ParagraphEnding
Source§fn clone(&self) -> ParagraphEnding
fn clone(&self) -> ParagraphEnding
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParagraphEnding
impl Debug for ParagraphEnding
Source§impl PartialEq for ParagraphEnding
impl PartialEq for ParagraphEnding
impl Copy for ParagraphEnding
impl Eq for ParagraphEnding
impl StructuralPartialEq for ParagraphEnding
Auto Trait Implementations§
impl Freeze for ParagraphEnding
impl RefUnwindSafe for ParagraphEnding
impl Send for ParagraphEnding
impl Sync for ParagraphEnding
impl Unpin for ParagraphEnding
impl UnwindSafe for ParagraphEnding
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