pub struct EffPoly<A> { /* private fields */ }Expand description
An effect-polymorphic computation: parameterized by an effect row variable.
At the Rust level, we represent this as a computation that can be “instantiated” at a specific effect row.
Implementations§
Auto Trait Implementations§
impl<A> Freeze for EffPoly<A>
impl<A> !RefUnwindSafe for EffPoly<A>
impl<A> !Send for EffPoly<A>
impl<A> !Sync for EffPoly<A>
impl<A> Unpin for EffPoly<A>
impl<A> UnsafeUnpin for EffPoly<A>
impl<A> !UnwindSafe for EffPoly<A>
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