pub struct ReaderOptions(/* private fields */);Expand description
Options passed to Reader::new
Trait Implementations§
Source§impl Default for ReaderOptions
impl Default for ReaderOptions
Source§fn default() -> ReaderOptions
fn default() -> ReaderOptions
Returns the “default value” for a type. Read more
impl Send for ReaderOptions
impl Sync for ReaderOptions
Auto Trait Implementations§
impl Freeze for ReaderOptions
impl RefUnwindSafe for ReaderOptions
impl Unpin for ReaderOptions
impl UnwindSafe for ReaderOptions
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