pub enum PluginStage {
PreRequest,
PreContext,
PostResponse,
PostProcess,
}Expand description
插件执行阶段
Variants§
Trait Implementations§
Source§impl Clone for PluginStage
impl Clone for PluginStage
Source§fn clone(&self) -> PluginStage
fn clone(&self) -> PluginStage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginStage
impl Debug for PluginStage
Source§impl PartialEq for PluginStage
impl PartialEq for PluginStage
impl Copy for PluginStage
impl Eq for PluginStage
impl StructuralPartialEq for PluginStage
Auto Trait Implementations§
impl Freeze for PluginStage
impl RefUnwindSafe for PluginStage
impl Send for PluginStage
impl Sync for PluginStage
impl Unpin for PluginStage
impl UnsafeUnpin for PluginStage
impl UnwindSafe for PluginStage
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