pub struct GetSpec {
pub table: &'static str,
pub key_col: &'static str,
pub key_val: SqlValue,
}Expand description
get 规格(单行;MAJ-5:table/key_col = &'static str)。
Fields§
§table: &'static str§key_col: &'static str§key_val: SqlValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for GetSpec
impl RefUnwindSafe for GetSpec
impl Send for GetSpec
impl Sync for GetSpec
impl Unpin for GetSpec
impl UnsafeUnpin for GetSpec
impl UnwindSafe for GetSpec
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