pub struct Call<InCode>(pub PhantomData<InCode>);Tuple Fields§
§0: PhantomData<InCode>Trait Implementations§
impl<Context, OutCode, InCode, Input> IsProviderFor<HandlerComponent, Context, (OutCode, Input)> for Call<InCode>
Auto Trait Implementations§
impl<InCode> Freeze for Call<InCode>
impl<InCode> RefUnwindSafe for Call<InCode>where
InCode: RefUnwindSafe,
impl<InCode> Send for Call<InCode>where
InCode: Send,
impl<InCode> Sync for Call<InCode>where
InCode: Sync,
impl<InCode> Unpin for Call<InCode>where
InCode: Unpin,
impl<InCode> UnwindSafe for Call<InCode>where
InCode: 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