Struct prew::RewriteReverseProxy
source · pub struct RewriteReverseProxy { /* private fields */ }Implementations§
source§impl RewriteReverseProxy
impl RewriteReverseProxy
pub fn new() -> RewriteReverseProxy
pub async fn add_proxy(&mut self, rules: Box<PacketRules>)
pub async fn run(&mut self)
Auto Trait Implementations§
impl !RefUnwindSafe for RewriteReverseProxy
impl Send for RewriteReverseProxy
impl Sync for RewriteReverseProxy
impl Unpin for RewriteReverseProxy
impl !UnwindSafe for RewriteReverseProxy
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