pub struct NamespaceDefPreDeleteContext<'a, T: CommandTransaction> {
pub txn: &'a mut T,
pub pre: &'a NamespaceDef,
}Expand description
Context for interceptors
Fields§
§txn: &'a mut T§pre: &'a NamespaceDefImplementations§
Source§impl<'a, T: CommandTransaction> NamespaceDefPreDeleteContext<'a, T>
impl<'a, T: CommandTransaction> NamespaceDefPreDeleteContext<'a, T>
pub fn new(txn: &'a mut T, pre: &'a NamespaceDef) -> Self
Auto Trait Implementations§
impl<'a, T> Freeze for NamespaceDefPreDeleteContext<'a, T>
impl<'a, T> RefUnwindSafe for NamespaceDefPreDeleteContext<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for NamespaceDefPreDeleteContext<'a, T>
impl<'a, T> Sync for NamespaceDefPreDeleteContext<'a, T>
impl<'a, T> Unpin for NamespaceDefPreDeleteContext<'a, T>
impl<'a, T> !UnwindSafe for NamespaceDefPreDeleteContext<'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