pub enum SqlStatementBase {
SelectAll,
SelectCountAll,
Delete,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SqlStatementBase
impl RefUnwindSafe for SqlStatementBase
impl Send for SqlStatementBase
impl Sync for SqlStatementBase
impl Unpin for SqlStatementBase
impl UnsafeUnpin for SqlStatementBase
impl UnwindSafe for SqlStatementBase
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