Enum prop_check_rs::gen::SGen
source · Variants
Sized(Rc<RefCell<dyn Fn(u32) -> Gen<A>>>)
Unsized(Gen<A>)
Implementations
Trait Implementations
Auto Trait Implementations
impl<A> !RefUnwindSafe for SGen<A>
impl<A> !Send for SGen<A>
impl<A> !Sync for SGen<A>
impl<A> Unpin for SGen<A>
impl<A> !UnwindSafe for SGen<A>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more