pub struct ReaderOptions {
pub format: Option<Format>,
}
Fields§
§format: Option<Format>
Trait Implementations§
Source§impl Clone for ReaderOptions
impl Clone for ReaderOptions
Source§fn clone(&self) -> ReaderOptions
fn clone(&self) -> ReaderOptions
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 ReaderOptions
impl Debug for ReaderOptions
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
Source§impl Hash for ReaderOptions
impl Hash for ReaderOptions
Source§impl Ord for ReaderOptions
impl Ord for ReaderOptions
Source§fn cmp(&self, other: &ReaderOptions) -> Ordering
fn cmp(&self, other: &ReaderOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReaderOptions
impl PartialEq for ReaderOptions
Source§impl PartialOrd for ReaderOptions
impl PartialOrd for ReaderOptions
impl Copy for ReaderOptions
impl Eq for ReaderOptions
impl StructuralPartialEq for ReaderOptions
Auto Trait Implementations§
impl Freeze for ReaderOptions
impl RefUnwindSafe for ReaderOptions
impl Send for ReaderOptions
impl Sync 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