pub struct NullRequestHandler;Trait Implementations§
Source§impl RequestHandler for NullRequestHandler
impl RequestHandler for NullRequestHandler
fn handle_request( &mut self, _request_method: &str, _request_params: RequestParams, completable: ResponseCompletable, )
Auto Trait Implementations§
impl Freeze for NullRequestHandler
impl RefUnwindSafe for NullRequestHandler
impl Send for NullRequestHandler
impl Sync for NullRequestHandler
impl Unpin for NullRequestHandler
impl UnsafeUnpin for NullRequestHandler
impl UnwindSafe for NullRequestHandler
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