pub struct ProxyHandler {}Expand description
Handler for the “default proxy” behavior.
Trait Implementations§
Source§impl JrMessageHandler for ProxyHandler
impl JrMessageHandler for ProxyHandler
Source§fn describe_chain(&self) -> impl Debug
fn describe_chain(&self) -> impl Debug
Returns a debug description of the handler chain for diagnostics
Source§async fn handle_message(
&mut self,
message: MessageAndCx,
) -> Result<Handled<MessageAndCx>, Error>
async fn handle_message( &mut self, message: MessageAndCx, ) -> Result<Handled<MessageAndCx>, Error>
Attempt to claim an incoming message (request or notification). Read more
Auto Trait Implementations§
impl Freeze for ProxyHandler
impl RefUnwindSafe for ProxyHandler
impl Send for ProxyHandler
impl Sync for ProxyHandler
impl Unpin for ProxyHandler
impl UnwindSafe for ProxyHandler
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