pub struct NoCallback;
Expand description
Stub for callback that does nothing.
Trait Implementations§
Source§impl Callback for NoCallback
impl Callback for NoCallback
Source§fn on_request(
self,
_request: &Request,
response: Response,
) -> StdResult<Response, ErrorResponse>
fn on_request( self, _request: &Request, response: Response, ) -> StdResult<Response, ErrorResponse>
Called whenever the server read the request from the client and is ready to reply to it.
May return additional reply headers.
Returning an error resulting in rejecting the incoming connection.
Source§impl Clone for NoCallback
impl Clone for NoCallback
Source§fn clone(&self) -> NoCallback
fn clone(&self) -> NoCallback
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoCallback
impl Debug for NoCallback
impl Copy for NoCallback
Auto Trait Implementations§
impl Freeze for NoCallback
impl RefUnwindSafe for NoCallback
impl Send for NoCallback
impl Sync for NoCallback
impl Unpin for NoCallback
impl UnwindSafe for NoCallback
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)