pub struct HandleConvert;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>,
impl<Context, Input, Output> IsProviderFor<ComputerComponent, Context, (ConvertTo<Output>, Input)> for HandleConvertwhere
Input: Into<Output>,
Auto Trait Implementations§
impl Freeze for HandleConvert
impl RefUnwindSafe for HandleConvert
impl Send for HandleConvert
impl Sync for HandleConvert
impl Unpin for HandleConvert
impl UnwindSafe for HandleConvert
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