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