pub struct InsertIntegrityValidator<'a, T>where
T: TableSchema,{ /* private fields */ }Expand description
Integrity validator for insert operations.
Implementations§
Source§impl<'a, T> InsertIntegrityValidator<'a, T>where
T: TableSchema,
impl<'a, T> InsertIntegrityValidator<'a, T>where
T: TableSchema,
Sourcepub fn new(dbms: &'a IcDbmsDatabase) -> Self
pub fn new(dbms: &'a IcDbmsDatabase) -> Self
Creates a new insert integrity validator.
Source§impl<T> InsertIntegrityValidator<'_, T>where
T: TableSchema,
impl<T> InsertIntegrityValidator<'_, T>where
T: TableSchema,
Auto Trait Implementations§
impl<'a, T> Freeze for InsertIntegrityValidator<'a, T>
impl<'a, T> !RefUnwindSafe for InsertIntegrityValidator<'a, T>
impl<'a, T> !Send for InsertIntegrityValidator<'a, T>
impl<'a, T> !Sync for InsertIntegrityValidator<'a, T>
impl<'a, T> Unpin for InsertIntegrityValidator<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for InsertIntegrityValidator<'a, T>
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