Struct jsonrpsee_server::MethodResponseNotifyTx
source · pub struct MethodResponseNotifyTx(/* private fields */);
Expand description
Sends a message once the method response has been processed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodResponseNotifyTx
impl !RefUnwindSafe for MethodResponseNotifyTx
impl Send for MethodResponseNotifyTx
impl Sync for MethodResponseNotifyTx
impl Unpin for MethodResponseNotifyTx
impl !UnwindSafe for MethodResponseNotifyTx
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