pub enum Positioned {}Expand description
Cursor state of Statement. A statement will enter this state after a
successful call to
fetch()
Trait Implementations§
Source§impl Debug for Positioned
impl Debug for Positioned
impl CursorState for Positioned
Auto Trait Implementations§
impl Freeze for Positioned
impl RefUnwindSafe for Positioned
impl Send for Positioned
impl Sync for Positioned
impl Unpin for Positioned
impl UnwindSafe for Positioned
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