Struct lens_rs::optics::Some [−][src]
Trait Implementations
impl<Optic> Clone for Some<Optic> where
Optic: Clone,
[src]
Optic: Clone,
impl<Optic> Copy for Some<Optic> where
Optic: Copy,
[src]
Optic: Copy,
impl<Optic> Debug for Some<Optic> where
Optic: Debug,
[src]
Optic: Debug,
impl<Optic> Eq for Some<Optic> where
Optic: Eq,
[src]
Optic: Eq,
impl<Optic> PartialEq<Some<Optic>> for Some<Optic> where
Optic: PartialEq<Optic>,
[src]
Optic: PartialEq<Optic>,
pub fn eq(&self, other: &Some<Optic>) -> bool
[src]
pub fn ne(&self, other: &Some<Optic>) -> bool
[src]
impl<__Image, __Opt, A> Prism<Some<__Opt>, __Image> for (A,)
[src]
impl<__Image, __Opt, A, B> Prism<Some<__Opt>, __Image> for (A, B)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)
[src]
impl<__Opt, __Image, T, E> Prism<Some<__Opt>, __Image> for Result<T, E>
[src]
impl<__Image, __Opt, A, B, C> Prism<Some<__Opt>, __Image> for (A, B, C)
[src]
impl<__Image, __Opt, A, B, C, D> Prism<Some<__Opt>, __Image> for (A, B, C, D)
[src]
impl<__Image, __Opt, A, B, C, D, E> Prism<Some<__Opt>, __Image> for (A, B, C, D, E)
[src]
impl<__Image, __Opt, A, B, C, D, E, F> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> Prism<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J)
[src]
impl<__Pm, __Image, T> Prism<Some<__Pm>, __Image> for Option<T> where
T: Prism<__Pm, __Image>,
[src]
T: Prism<__Pm, __Image>,
impl<__Image, __Opt, A> PrismMut<Some<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B> PrismMut<Some<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Opt, __Image, T, E> PrismMut<Some<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C> PrismMut<Some<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D> PrismMut<Some<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> PrismMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: Some<__Opt>) -> Option<&mut __Image>
[src]
impl<__Pm, __Image, T> PrismMut<Some<__Pm>, __Image> for Option<T> where
T: PrismMut<__Pm, __Image>,
__Image: ?Sized,
[src]
T: PrismMut<__Pm, __Image>,
__Image: ?Sized,
fn preview_mut(&mut self, optics: Some<__Pm>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A> PrismRef<Some<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B> PrismRef<Some<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Opt, __Image, T, E> PrismRef<Some<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C> PrismRef<Some<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D> PrismRef<Some<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> PrismRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: Some<__Opt>) -> Option<&__Image>
[src]
impl<__Pm, __Image, T> PrismRef<Some<__Pm>, __Image> for Option<T> where
T: PrismRef<__Pm, __Image>,
__Image: ?Sized,
[src]
T: PrismRef<__Pm, __Image>,
__Image: ?Sized,
fn preview_ref(&self, optics: Some<__Pm>) -> Option<&__Image>
[src]
impl<__Rv, __Image, T> Review<Some<__Rv>, __Image> for Option<T> where
T: Review<__Rv, __Image>,
[src]
T: Review<__Rv, __Image>,
impl<Optic> StructuralEq for Some<Optic>
[src]
impl<Optic> StructuralPartialEq for Some<Optic>
[src]
impl<__Image, __Opt, A> Traversal<Some<__Opt>, __Image> for (A,)
[src]
impl<__Image, __Opt, A, B> Traversal<Some<__Opt>, __Image> for (A, B)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)
[src]
impl<__Opt, __Image, T, E> Traversal<Some<__Opt>, __Image> for Result<T, E>
[src]
impl<__Image, __Opt, A, B, C> Traversal<Some<__Opt>, __Image> for (A, B, C)
[src]
impl<__Image, __Opt, A, B, C, D> Traversal<Some<__Opt>, __Image> for (A, B, C, D)
[src]
impl<__Image, __Opt, A, B, C, D, E> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E)
[src]
impl<__Image, __Opt, A, B, C, D, E, F> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> Traversal<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J)
[src]
impl<__Tr, __Image, T> Traversal<Some<__Tr>, __Image> for Option<T> where
T: Traversal<__Tr, __Image>,
[src]
T: Traversal<__Tr, __Image>,
impl<__Image, __Opt, A> TraversalMut<Some<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B> TraversalMut<Some<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Opt, __Image, T, E> TraversalMut<Some<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C> TraversalMut<Some<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> TraversalMut<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: Some<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Tr, __Image, T> TraversalMut<Some<__Tr>, __Image> for Option<T> where
T: TraversalMut<__Tr, __Image>,
__Image: ?Sized,
[src]
T: TraversalMut<__Tr, __Image>,
__Image: ?Sized,
fn traverse_mut(&mut self, optics: Some<__Tr>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A> TraversalRef<Some<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B> TraversalRef<Some<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Opt, __Image, T, E> TraversalRef<Some<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C> TraversalRef<Some<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> TraversalRef<Some<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: Some<__Opt>) -> Vec<&__Image>
[src]
impl<__Tr, __Image, T> TraversalRef<Some<__Tr>, __Image> for Option<T> where
T: TraversalRef<__Tr, __Image>,
__Image: ?Sized,
[src]
T: TraversalRef<__Tr, __Image>,
__Image: ?Sized,
fn traverse_ref(&self, optics: Some<__Tr>) -> Vec<&__Image>
[src]
Auto Trait Implementations
impl<Optic> RefUnwindSafe for Some<Optic> where
Optic: RefUnwindSafe,
Optic: RefUnwindSafe,
impl<Optic> Send for Some<Optic> where
Optic: Send,
Optic: Send,
impl<Optic> Sync for Some<Optic> where
Optic: Sync,
Optic: Sync,
impl<Optic> Unpin for Some<Optic> where
Optic: Unpin,
Optic: Unpin,
impl<Optic> UnwindSafe for Some<Optic> where
Optic: UnwindSafe,
Optic: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Prism<__, T> for T
[src]
impl<T> PrismMut<__, T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> PrismRef<__, T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<Image, T> Review<__, Image> for T where
T: From<Image>,
[src]
T: From<Image>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> Traversal<__, T> for T
[src]
impl<T> TraversalMut<__, T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> TraversalRef<__, T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,