pub struct RegexMultiplexer { /* private fields */ }Trait Implementations§
Source§impl ConnectionPlugin for RegexMultiplexer
impl ConnectionPlugin for RegexMultiplexer
fn onlySingleTarget(&self) -> Option<SocketAddr>
fn decideTarget(&self, buf: &[u8], _addr: SocketAddr) -> Option<SocketAddr>
fn testipaddr(&self, addr: &SocketAddr) -> bool
fn transform(&mut self, _: &[u8]) -> Option<Vec<u8>>
Auto Trait Implementations§
impl Freeze for RegexMultiplexer
impl !RefUnwindSafe for RegexMultiplexer
impl Send for RegexMultiplexer
impl Sync for RegexMultiplexer
impl Unpin for RegexMultiplexer
impl !UnwindSafe for RegexMultiplexer
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