pub struct JsonlinesOptions {
pub line_ending: LineEnding,
}Fields§
§line_ending: LineEndingImplementations§
Source§impl JsonlinesOptions
impl JsonlinesOptions
Sourcepub fn builder() -> JsonlinesOptionsBuilder
pub fn builder() -> JsonlinesOptionsBuilder
Create an instance of JsonlinesOptions using the builder syntax
Trait Implementations§
Source§impl Clone for JsonlinesOptions
impl Clone for JsonlinesOptions
Source§fn clone(&self) -> JsonlinesOptions
fn clone(&self) -> JsonlinesOptions
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 JsonlinesOptions
impl Debug for JsonlinesOptions
Source§impl Default for JsonlinesOptions
impl Default for JsonlinesOptions
Source§fn default() -> JsonlinesOptions
fn default() -> JsonlinesOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for JsonlinesOptions
impl PartialEq for JsonlinesOptions
Source§fn eq(&self, other: &JsonlinesOptions) -> bool
fn eq(&self, other: &JsonlinesOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for JsonlinesOptions
impl StructuralPartialEq for JsonlinesOptions
Auto Trait Implementations§
impl Freeze for JsonlinesOptions
impl RefUnwindSafe for JsonlinesOptions
impl Send for JsonlinesOptions
impl Sync for JsonlinesOptions
impl Unpin for JsonlinesOptions
impl UnsafeUnpin for JsonlinesOptions
impl UnwindSafe for JsonlinesOptions
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