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