pub enum FetchMode {
None,
One,
Optional,
All,
}Expand description
How many rows to expect from a query.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FetchMode
impl RefUnwindSafe for FetchMode
impl Send for FetchMode
impl Sync for FetchMode
impl Unpin for FetchMode
impl UnsafeUnpin for FetchMode
impl UnwindSafe for FetchMode
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