pub struct OptionProfunctor<A, B> { /* private fields */ }Expand description
OptionProfunctor represents a profunctor-shaped wrapper over Option.
Implementations§
Source§impl<A: 'static, B: 'static> OptionProfunctor<A, B>
impl<A: 'static, B: 'static> OptionProfunctor<A, B>
Auto Trait Implementations§
impl<A, B> Freeze for OptionProfunctor<A, B>
impl<A, B> !RefUnwindSafe for OptionProfunctor<A, B>
impl<A, B> !Send for OptionProfunctor<A, B>
impl<A, B> !Sync for OptionProfunctor<A, B>
impl<A, B> Unpin for OptionProfunctor<A, B>
impl<A, B> UnsafeUnpin for OptionProfunctor<A, B>
impl<A, B> !UnwindSafe for OptionProfunctor<A, B>
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