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