pub struct TypedProgram<I: Encode, O: Decode> {
pub inner: Program,
/* private fields */
}Fields§
§inner: ProgramTrait Implementations§
Auto Trait Implementations§
impl<I, O> Freeze for TypedProgram<I, O>
impl<I, O> RefUnwindSafe for TypedProgram<I, O>where
I: RefUnwindSafe,
O: RefUnwindSafe,
impl<I, O> Send for TypedProgram<I, O>
impl<I, O> Sync for TypedProgram<I, O>
impl<I, O> Unpin for TypedProgram<I, O>
impl<I, O> UnsafeUnpin for TypedProgram<I, O>
impl<I, O> UnwindSafe for TypedProgram<I, O>where
I: UnwindSafe,
O: 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