pub enum ReadStrategy {
FirstHit,
Merge,
}Variants§
Auto Trait Implementations§
impl Freeze for ReadStrategy
impl RefUnwindSafe for ReadStrategy
impl Send for ReadStrategy
impl Sync for ReadStrategy
impl Unpin for ReadStrategy
impl UnsafeUnpin for ReadStrategy
impl UnwindSafe for ReadStrategy
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