pub struct ReadingStrategy { /* private fields */ }Expand description
Reading strategies
Auto Trait Implementations§
impl Freeze for ReadingStrategy
impl RefUnwindSafe for ReadingStrategy
impl Send for ReadingStrategy
impl Sync for ReadingStrategy
impl Unpin for ReadingStrategy
impl UnwindSafe for ReadingStrategy
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