pub struct command;
Trait Implementations§
Source§impl HttpServiceFactory for command
impl HttpServiceFactory for command
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for command
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