pub struct GetByKey {
pub table: TableId,
pub select: Vec<ColumnId>,
pub keys: Vec<Value>,
}Fields§
§table: TableIdWhich table to get from
select: Vec<ColumnId>Which columns to select
keys: Vec<Value>Which keys to fetch
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetByKey
impl RefUnwindSafe for GetByKey
impl Send for GetByKey
impl Sync for GetByKey
impl Unpin for GetByKey
impl UnwindSafe for GetByKey
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