pub struct RanMapped<G, H, A, B, T, F>{ /* private fields */ }Expand description
A Ran with a mapped input, produced by ran_fmap.
Trait Implementations§
Auto Trait Implementations§
impl<G, H, A, B, T, F> Freeze for RanMapped<G, H, A, B, T, F>
impl<G, H, A, B, T, F> RefUnwindSafe for RanMapped<G, H, A, B, T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
H: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<G, H, A, B, T, F> Send for RanMapped<G, H, A, B, T, F>
impl<G, H, A, B, T, F> Sync for RanMapped<G, H, A, B, T, F>
impl<G, H, A, B, T, F> Unpin for RanMapped<G, H, A, B, T, F>
impl<G, H, A, B, T, F> UnsafeUnpin for RanMapped<G, H, A, B, T, F>where
T: UnsafeUnpin,
F: UnsafeUnpin,
impl<G, H, A, B, T, F> UnwindSafe for RanMapped<G, H, A, B, T, F>
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