[−][src]Struct dprint_core::parser_helpers::ParseSeparatedValuesOptions
Fields
prefer_hanging: boolforce_use_new_lines: boolallow_blank_lines: boolsingle_line_space_at_start: boolsingle_line_space_at_end: boolsingle_line_separator: PrintItemsindent_width: u8multi_line_options: MultiLineOptionsforce_possible_newline_at_start: boolForces a possible newline at the start when there are values. If this isn't used, then a possible newline won't happen when the value is below the line
Auto Trait Implementations
impl !RefUnwindSafe for ParseSeparatedValuesOptions
impl !Send for ParseSeparatedValuesOptions
impl !Sync for ParseSeparatedValuesOptions
impl Unpin for ParseSeparatedValuesOptions
impl !UnwindSafe for ParseSeparatedValuesOptions
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,