Struct botx_api_framework::integration::actix::status_handler::status
source · pub struct status;Trait Implementations§
source§impl HttpServiceFactory for status
impl HttpServiceFactory for status
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl RefUnwindSafe for status
impl Send for status
impl Sync for status
impl Unpin for status
impl UnwindSafe for status
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