pub enum NoCursor {}Expand description
State used by Statement. A statement is likely to enter this state after
executing e.g. a
CREATE TABLE statement.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCursor
impl RefUnwindSafe for NoCursor
impl Send for NoCursor
impl Sync for NoCursor
impl Unpin for NoCursor
impl UnsafeUnpin for NoCursor
impl UnwindSafe for NoCursor
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