pub enum PluginAfterHookAction {
Continue(ApiResponse),
}Expand description
Action returned by an after endpoint hook.
Variants§
Continue(ApiResponse)
Auto Trait Implementations§
impl Freeze for PluginAfterHookAction
impl !RefUnwindSafe for PluginAfterHookAction
impl Send for PluginAfterHookAction
impl Sync for PluginAfterHookAction
impl Unpin for PluginAfterHookAction
impl UnsafeUnpin for PluginAfterHookAction
impl !UnwindSafe for PluginAfterHookAction
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