pub enum PluginStep {
EarlyRequest,
Request,
ProxyUpstream,
UpstreamResponse,
Response,
}Variants§
Trait Implementations§
Source§impl Clone for PluginStep
impl Clone for PluginStep
Source§fn clone(&self) -> PluginStep
fn clone(&self) -> PluginStep
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 PluginStep
impl Debug for PluginStep
Source§impl Default for PluginStep
impl Default for PluginStep
Source§fn default() -> PluginStep
fn default() -> PluginStep
Returns the “default value” for a type. Read more
Source§impl Display for PluginStep
impl Display for PluginStep
Source§impl FromStr for PluginStep
impl FromStr for PluginStep
Source§impl PartialEq for PluginStep
impl PartialEq for PluginStep
Source§impl TryFrom<&str> for PluginStep
impl TryFrom<&str> for PluginStep
impl Copy for PluginStep
impl StructuralPartialEq for PluginStep
Auto Trait Implementations§
impl Freeze for PluginStep
impl RefUnwindSafe for PluginStep
impl Send for PluginStep
impl Sync for PluginStep
impl Unpin for PluginStep
impl UnwindSafe for PluginStep
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