pub struct HttpCallbackHandler { /* private fields */ }Expand description
HTTP callback handler implementation.
Implementations§
Source§impl HttpCallbackHandler
impl HttpCallbackHandler
Sourcepub fn config(&self) -> &CallbackConfig
pub fn config(&self) -> &CallbackConfig
Get the callback configuration.
Auto Trait Implementations§
impl Freeze for HttpCallbackHandler
impl RefUnwindSafe for HttpCallbackHandler
impl Send for HttpCallbackHandler
impl Sync for HttpCallbackHandler
impl Unpin for HttpCallbackHandler
impl UnsafeUnpin for HttpCallbackHandler
impl UnwindSafe for HttpCallbackHandler
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