Struct dprint_core::formatting::parser_helpers::ParseSeparatedValuesOptions [−][src]
Fields
prefer_hanging: bool
force_use_new_lines: bool
allow_blank_lines: bool
single_line_space_at_start: bool
single_line_space_at_end: bool
single_line_separator: PrintItems
indent_width: u8
multi_line_options: MultiLineOptions
force_possible_newline_at_start: bool
Forces 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,
pub 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.
pub 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>,