pub struct SchemaValidator;Expand description
Schema validator for comprehensive validation
Implementations§
Source§impl SchemaValidator
impl SchemaValidator
pub fn new() -> Self
pub async fn validate_table_schema(&self, schema: &TableSchema) -> Result<()>
Trait Implementations§
Source§impl Debug for SchemaValidator
impl Debug for SchemaValidator
Auto Trait Implementations§
impl Freeze for SchemaValidator
impl RefUnwindSafe for SchemaValidator
impl Send for SchemaValidator
impl Sync for SchemaValidator
impl Unpin for SchemaValidator
impl UnsafeUnpin for SchemaValidator
impl UnwindSafe for SchemaValidator
Blanket Implementations§
impl<T> Allocation for T
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