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