pub struct ViewDefPreDeleteContext<'a, T: CommandTransaction> {
pub txn: &'a mut T,
pub pre: &'a ViewDef,
}Expand description
Context for interceptors
Fields§
§txn: &'a mut T§pre: &'a ViewDefImplementations§
Source§impl<'a, T: CommandTransaction> ViewDefPreDeleteContext<'a, T>
impl<'a, T: CommandTransaction> ViewDefPreDeleteContext<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ViewDefPreDeleteContext<'a, T>
impl<'a, T> RefUnwindSafe for ViewDefPreDeleteContext<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ViewDefPreDeleteContext<'a, T>
impl<'a, T> Sync for ViewDefPreDeleteContext<'a, T>
impl<'a, T> Unpin for ViewDefPreDeleteContext<'a, T>
impl<'a, T> !UnwindSafe for ViewDefPreDeleteContext<'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