pub struct OutFormatBuilder { /* private fields */ }Expand description
Builder for OutFormat.
Implementations§
Source§impl OutFormatBuilder
impl OutFormatBuilder
Sourcepub fn item_separator(&mut self, value: String) -> &mut Self
pub fn item_separator(&mut self, value: String) -> &mut Self
Separator for items within a line
Sourcepub fn line_separator(&mut self, value: Option<LineSeparator>) -> &mut Self
pub fn line_separator(&mut self, value: Option<LineSeparator>) -> &mut Self
Separator for lines
Trait Implementations§
Source§impl Clone for OutFormatBuilder
impl Clone for OutFormatBuilder
Source§fn clone(&self) -> OutFormatBuilder
fn clone(&self) -> OutFormatBuilder
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 OutFormatBuilder
impl Debug for OutFormatBuilder
Auto Trait Implementations§
impl Freeze for OutFormatBuilder
impl RefUnwindSafe for OutFormatBuilder
impl Send for OutFormatBuilder
impl Sync for OutFormatBuilder
impl Unpin for OutFormatBuilder
impl UnwindSafe for OutFormatBuilder
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