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