pub struct ComputerRefComponent;Trait Implementations§
impl<Context, Code, Input, Provider, Output> IsProviderFor<ComputerRefComponent, Context, (Code, Input)> for PromoteRef<Provider>
Auto Trait Implementations§
impl Freeze for ComputerRefComponent
impl RefUnwindSafe for ComputerRefComponent
impl Send for ComputerRefComponent
impl Sync for ComputerRefComponent
impl Unpin for ComputerRefComponent
impl UnwindSafe for ComputerRefComponent
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