pub enum SkiffSchemaRef {
Inline(Schema),
Registry(String),
}Expand description
A table schema placed inline in a format or referenced through its registry.
Variants§
Inline(Schema)
A schema value in table_skiff_schemas.
Registry(String)
A $name lookup in skiff_schema_registry.
Trait Implementations§
impl Eq for SchemaRef
impl StructuralPartialEq for SchemaRef
Auto Trait Implementations§
impl Freeze for SchemaRef
impl RefUnwindSafe for SchemaRef
impl Send for SchemaRef
impl Sync for SchemaRef
impl Unpin for SchemaRef
impl UnsafeUnpin for SchemaRef
impl UnwindSafe for SchemaRef
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