pub struct ControllerDetails<Ret> {
pub path: Cow<'static, str>,
pub return_: Ret,
}
Fields§
§path: Cow<'static, str>
§return_: Ret
Auto Trait Implementations§
impl<Ret> Freeze for ControllerDetails<Ret>where
Ret: Freeze,
impl<Ret> RefUnwindSafe for ControllerDetails<Ret>where
Ret: RefUnwindSafe,
impl<Ret> Send for ControllerDetails<Ret>where
Ret: Send,
impl<Ret> Sync for ControllerDetails<Ret>where
Ret: Sync,
impl<Ret> Unpin for ControllerDetails<Ret>where
Ret: Unpin,
impl<Ret> UnwindSafe for ControllerDetails<Ret>where
Ret: UnwindSafe,
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