pub struct PrimaryKeyToCreate {
pub source: SourceId,
pub column_ids: Vec<ColumnId>,
}Fields§
§source: SourceId§column_ids: Vec<ColumnId>Auto Trait Implementations§
impl Freeze for PrimaryKeyToCreate
impl RefUnwindSafe for PrimaryKeyToCreate
impl Send for PrimaryKeyToCreate
impl Sync for PrimaryKeyToCreate
impl Unpin for PrimaryKeyToCreate
impl UnwindSafe for PrimaryKeyToCreate
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