pub struct OwnedQueryResultHook { /* private fields */ }Expand description
Owned PostInvocationHook adapter around a QueryResultGuard +
fallback scope.
Trait Implementations§
Source§impl PostInvocationHook for OwnedQueryResultHook
impl PostInvocationHook for OwnedQueryResultHook
fn name(&self) -> &str
fn inspect( &self, ctx: &PostInvocationContext<'_>, response: &Value, ) -> PostInvocationVerdict
fn take_evidence(&self) -> Option<GuardEvidence>
Auto Trait Implementations§
impl Freeze for OwnedQueryResultHook
impl RefUnwindSafe for OwnedQueryResultHook
impl Send for OwnedQueryResultHook
impl Sync for OwnedQueryResultHook
impl Unpin for OwnedQueryResultHook
impl UnsafeUnpin for OwnedQueryResultHook
impl UnwindSafe for OwnedQueryResultHook
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