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