pub struct RowsMysql(/* private fields */);Expand description
Opaque MySQL Rows_mysql (bulk-load row batch)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowsMysql
impl RefUnwindSafe for RowsMysql
impl Send for RowsMysql
impl Sync for RowsMysql
impl Unpin for RowsMysql
impl UnsafeUnpin for RowsMysql
impl UnwindSafe for RowsMysql
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