pub struct TryComputerRefComponent;Trait Implementations§
impl<Context, Code, Input, Provider, Output> IsProviderFor<TryComputerRefComponent, Context, (Code, Input)> for PromoteRef<Provider>where
Context: HasErrorType,
Provider: for<'a> TryComputer<Context, Code, &'a Input, Output = Output>,
Auto Trait Implementations§
impl Freeze for TryComputerRefComponent
impl RefUnwindSafe for TryComputerRefComponent
impl Send for TryComputerRefComponent
impl Sync for TryComputerRefComponent
impl Unpin for TryComputerRefComponent
impl UnwindSafe for TryComputerRefComponent
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