pub enum ListContinuationIndent {
MarkerWidth,
FourSpace,
}Expand description
Continuation indentation for wrapped list-item paragraphs.
Variants§
MarkerWidth
Continue at the marker width: - text wraps to text.
FourSpace
Continue with four spaces after the containing block prefix.
Trait Implementations§
Source§impl Clone for ListContinuationIndent
impl Clone for ListContinuationIndent
Source§fn clone(&self) -> ListContinuationIndent
fn clone(&self) -> ListContinuationIndent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListContinuationIndent
impl Debug for ListContinuationIndent
Source§impl PartialEq for ListContinuationIndent
impl PartialEq for ListContinuationIndent
Source§fn eq(&self, other: &ListContinuationIndent) -> bool
fn eq(&self, other: &ListContinuationIndent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ListContinuationIndent
impl Eq for ListContinuationIndent
impl StructuralPartialEq for ListContinuationIndent
Auto Trait Implementations§
impl Freeze for ListContinuationIndent
impl RefUnwindSafe for ListContinuationIndent
impl Send for ListContinuationIndent
impl Sync for ListContinuationIndent
impl Unpin for ListContinuationIndent
impl UnsafeUnpin for ListContinuationIndent
impl UnwindSafe for ListContinuationIndent
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