pub struct RowDesc {
pub columns: Vec<String>,
}Fields§
§columns: Vec<String>列名列表(按 SELECT 顺序)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowDesc
impl RefUnwindSafe for RowDesc
impl Send for RowDesc
impl Sync for RowDesc
impl Unpin for RowDesc
impl UnsafeUnpin for RowDesc
impl UnwindSafe for RowDesc
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