pub struct ColumnKey {
pub source: SourceId,
pub column: ColumnId,
}Fields§
§source: SourceId§column: ColumnIdImplementations§
Trait Implementations§
Source§impl EncodableKey for ColumnKey
impl EncodableKey for ColumnKey
impl StructuralPartialEq for ColumnKey
Auto Trait Implementations§
impl Freeze for ColumnKey
impl RefUnwindSafe for ColumnKey
impl Send for ColumnKey
impl Sync for ColumnKey
impl Unpin for ColumnKey
impl UnwindSafe for ColumnKey
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