pub struct ReadingOptions { /* private fields */ }Expand description
Options related to reading
Implementations§
Source§impl ReadingOptions
impl ReadingOptions
Sourcepub fn character_trim(self, trim_option: TrimOption) -> Self
pub fn character_trim(self, trim_option: TrimOption) -> Self
Customize how spaces are trimmed within FieldValue::Character
By default they are trimmed at the begining and the end
Trait Implementations§
Source§impl Clone for ReadingOptions
impl Clone for ReadingOptions
Source§fn clone(&self) -> ReadingOptions
fn clone(&self) -> ReadingOptions
Returns a copy of the value. Read more
1.0.0 · 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 ReadingOptions
impl Debug for ReadingOptions
Source§impl Default for ReadingOptions
impl Default for ReadingOptions
impl Copy for ReadingOptions
Auto Trait Implementations§
impl Freeze for ReadingOptions
impl RefUnwindSafe for ReadingOptions
impl Send for ReadingOptions
impl Sync for ReadingOptions
impl Unpin for ReadingOptions
impl UnwindSafe for ReadingOptions
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