pub struct ComposedFold<S, A> { /* private fields */ }Expand description
A composed fold using boxed closures.
Implementations§
Trait Implementations§
impl<S, A> Optic for ComposedFold<S, A>
Auto Trait Implementations§
impl<S, A> Freeze for ComposedFold<S, A>
impl<S, A> !RefUnwindSafe for ComposedFold<S, A>
impl<S, A> !Send for ComposedFold<S, A>
impl<S, A> !Sync for ComposedFold<S, A>
impl<S, A> Unpin for ComposedFold<S, A>
impl<S, A> UnsafeUnpin for ComposedFold<S, A>
impl<S, A> !UnwindSafe for ComposedFold<S, 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