pub struct ReadOptions { /* private fields */ }
Expand description
| Options that control read operations |
Trait Implementations§
Source§impl Default for ReadOptions
impl Default for ReadOptions
Source§fn default() -> ReadOptions
fn default() -> ReadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReadOptions
impl !RefUnwindSafe for ReadOptions
impl !Send for ReadOptions
impl !Sync for ReadOptions
impl Unpin for ReadOptions
impl !UnwindSafe for ReadOptions
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