pub struct ConvertTo<T>(pub PhantomData<T>);Tuple Fields§
§0: PhantomData<T>Trait Implementations§
Source§impl<Context, Input, Output> Computer<Context, ConvertTo<Output>, Input> for HandleConvertwhere
Input: Into<Output>,
impl<Context, Input, Output> Computer<Context, ConvertTo<Output>, Input> for HandleConvertwhere
Input: Into<Output>,
Source§impl<T> DelegateComponent<ConvertTo<T>> for Components
impl<T> DelegateComponent<ConvertTo<T>> for Components
type Delegate = Promote<HandleConvert>
impl<T, __Context__, __Params__> IsProviderFor<ConvertTo<T>, __Context__, __Params__> for Components
Auto Trait Implementations§
impl<T> Freeze for ConvertTo<T>
impl<T> RefUnwindSafe for ConvertTo<T>where
T: RefUnwindSafe,
impl<T> Send for ConvertTo<T>where
T: Send,
impl<T> Sync for ConvertTo<T>where
T: Sync,
impl<T> Unpin for ConvertTo<T>where
T: Unpin,
impl<T> UnwindSafe for ConvertTo<T>where
T: 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