pub struct RequestRule(pub Condition, pub RequestReaction);
Expand description
A rule describing what actions should the proxy perform with the received request frame and on what conditions.
Tuple Fields§
§0: Condition
§1: RequestReaction
Trait Implementations§
Source§impl Clone for RequestRule
impl Clone for RequestRule
Source§fn clone(&self) -> RequestRule
fn clone(&self) -> RequestRule
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 moreAuto Trait Implementations§
impl Freeze for RequestRule
impl !RefUnwindSafe for RequestRule
impl Send for RequestRule
impl Sync for RequestRule
impl Unpin for RequestRule
impl !UnwindSafe for RequestRule
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