pub struct TryComputerComponent;Trait Implementations§
impl<Context, Code, Input, Output, Provider> IsProviderFor<TryComputerComponent, Context, (Code, Input)> for Promote<Provider>where
Context: HasErrorType,
Provider: Computer<Context, Code, Input, Output = Output>,
impl<Context, Code, Input, Target, Provider> IsProviderFor<TryComputerComponent, Context, (Code, Input)> for PromoteRef<Provider>where
Context: HasErrorType,
Provider: TryComputerRef<Context, Code, Target>,
Input: Deref<Target = Target>,
impl<Context, Code, Input, Output, Error, Provider> IsProviderFor<TryComputerComponent, Context, (Code, Input)> for TryPromote<Provider>where
Context: CanRaiseError<Error>,
Provider: Computer<Context, Code, Input, Output = Result<Output, Error>>,
Auto Trait Implementations§
impl Freeze for TryComputerComponent
impl RefUnwindSafe for TryComputerComponent
impl Send for TryComputerComponent
impl Sync for TryComputerComponent
impl Unpin for TryComputerComponent
impl UnwindSafe for TryComputerComponent
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