pub enum NormalizedSchemaErrorKind {
EmptyPrimaryKey,
PrimaryKeyOutOfBounds,
TablesNotSortedByUniqueName,
}Expand description
The semantic wire-schema rules required by normalized_fp and by consumers that
register the advertised tables as keyed sources.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NormalizedSchemaErrorKind
impl Clone for NormalizedSchemaErrorKind
Source§fn clone(&self) -> NormalizedSchemaErrorKind
fn clone(&self) -> NormalizedSchemaErrorKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NormalizedSchemaErrorKind
impl Debug for NormalizedSchemaErrorKind
impl Copy for NormalizedSchemaErrorKind
impl Eq for NormalizedSchemaErrorKind
impl StructuralPartialEq for NormalizedSchemaErrorKind
Auto Trait Implementations§
impl Freeze for NormalizedSchemaErrorKind
impl RefUnwindSafe for NormalizedSchemaErrorKind
impl Send for NormalizedSchemaErrorKind
impl Sync for NormalizedSchemaErrorKind
impl Unpin for NormalizedSchemaErrorKind
impl UnsafeUnpin for NormalizedSchemaErrorKind
impl UnwindSafe for NormalizedSchemaErrorKind
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