Struct lens_rs::optics::None [−][src]
Trait Implementations
impl<Optic> Clone for None<Optic> where
Optic: Clone,
[src]
Optic: Clone,
impl<Optic> Copy for None<Optic> where
Optic: Copy,
[src]
Optic: Copy,
impl<Optic> Debug for None<Optic> where
Optic: Debug,
[src]
Optic: Debug,
impl<Optic> Eq for None<Optic> where
Optic: Eq,
[src]
Optic: Eq,
impl<Optic> PartialEq<None<Optic>> for None<Optic> where
Optic: PartialEq<Optic>,
[src]
Optic: PartialEq<Optic>,
pub fn eq(&self, other: &None<Optic>) -> bool
[src]
pub fn ne(&self, other: &None<Optic>) -> bool
[src]
impl<__Image, __Opt, A> Prism<None<__Opt>, __Image> for (A,)
[src]
impl<__Image, __Opt, A, B> Prism<None<__Opt>, __Image> for (A, B)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> Prism<None<__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<None<__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<None<__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<None<__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<None<__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<None<__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<None<__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> Prism<None<__Opt>, __Image> for Option<T>
[src]
impl<__Opt, __Image, T, E> Prism<None<__Opt>, __Image> for Result<T, E>
[src]
impl<__Image, __Opt, A, B, C> Prism<None<__Opt>, __Image> for (A, B, C)
[src]
impl<__Image, __Opt, A, B, C, D> Prism<None<__Opt>, __Image> for (A, B, C, D)
[src]
impl<__Image, __Opt, A, B, C, D, E> Prism<None<__Opt>, __Image> for (A, B, C, D, E)
[src]
impl<__Image, __Opt, A, B, C, D, E, F> Prism<None<__Opt>, __Image> for (A, B, C, D, E, F)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> Prism<None<__Opt>, __Image> for (A, B, C, D, E, F, G)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> Prism<None<__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<None<__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<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J)
[src]
impl<__Image, __Opt, A> PrismMut<None<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B> PrismMut<None<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> PrismMut<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> PrismMut<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> PrismMut<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> PrismMut<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> PrismMut<None<__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: None<__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<None<__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: None<__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<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Opt, __Image, T> PrismMut<None<__Opt>, __Image> for Option<T> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Opt, __Image, T, E> PrismMut<None<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C> PrismMut<None<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D> PrismMut<None<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> PrismMut<None<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> PrismMut<None<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> PrismMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> PrismMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> PrismMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_mut(&mut self, _optics: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> PrismMut<None<__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: None<__Opt>) -> Option<&mut __Image>
[src]
impl<__Image, __Opt, A> PrismRef<None<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B> PrismRef<None<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> PrismRef<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> PrismRef<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> PrismRef<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> PrismRef<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> PrismRef<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> PrismRef<None<__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: None<__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<None<__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: None<__Opt>) -> Option<&__Image>
[src]
impl<__Opt, __Image, T> PrismRef<None<__Opt>, __Image> for Option<T> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Opt, __Image, T, E> PrismRef<None<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C> PrismRef<None<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D> PrismRef<None<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> PrismRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn preview_ref(&self, _optics: None<__Opt>) -> Option<&__Image>
[src]
impl<__Opt, __Image, T> Review<None<__Opt>, __Image> for Option<T>
[src]
impl<Optic> StructuralEq for None<Optic>
[src]
impl<Optic> StructuralPartialEq for None<Optic>
[src]
impl<__Image, __Opt, A> Traversal<None<__Opt>, __Image> for (A,)
[src]
impl<__Image, __Opt, A, B> Traversal<None<__Opt>, __Image> for (A, B)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> Traversal<None<__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<None<__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<None<__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<None<__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<None<__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<None<__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<None<__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> Traversal<None<__Opt>, __Image> for Option<T>
[src]
impl<__Opt, __Image, T, E> Traversal<None<__Opt>, __Image> for Result<T, E>
[src]
impl<__Image, __Opt, A, B, C> Traversal<None<__Opt>, __Image> for (A, B, C)
[src]
impl<__Image, __Opt, A, B, C, D> Traversal<None<__Opt>, __Image> for (A, B, C, D)
[src]
impl<__Image, __Opt, A, B, C, D, E> Traversal<None<__Opt>, __Image> for (A, B, C, D, E)
[src]
impl<__Image, __Opt, A, B, C, D, E, F> Traversal<None<__Opt>, __Image> for (A, B, C, D, E, F)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> Traversal<None<__Opt>, __Image> for (A, B, C, D, E, F, G)
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> Traversal<None<__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<None<__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<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J)
[src]
impl<__Image, __Opt, A> TraversalMut<None<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B> TraversalMut<None<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> TraversalMut<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> TraversalMut<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> TraversalMut<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> TraversalMut<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> TraversalMut<None<__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: None<__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<None<__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: None<__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<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Opt, __Image, T> TraversalMut<None<__Opt>, __Image> for Option<T> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Opt, __Image, T, E> TraversalMut<None<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C> TraversalMut<None<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D> TraversalMut<None<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> TraversalMut<None<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> TraversalMut<None<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> TraversalMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> TraversalMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> TraversalMut<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_mut(&mut self, _optics: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> TraversalMut<None<__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: None<__Opt>) -> Vec<&mut __Image>
[src]
impl<__Image, __Opt, A> TraversalRef<None<__Opt>, __Image> for (A,) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B> TraversalRef<None<__Opt>, __Image> for (A, B) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K> TraversalRef<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L> TraversalRef<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M> TraversalRef<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N> TraversalRef<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> TraversalRef<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> TraversalRef<None<__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: None<__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<None<__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: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Opt, __Image, T> TraversalRef<None<__Opt>, __Image> for Option<T> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Opt, __Image, T, E> TraversalRef<None<__Opt>, __Image> for Result<T, E> where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C> TraversalRef<None<__Opt>, __Image> for (A, B, C) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D> TraversalRef<None<__Opt>, __Image> for (A, B, C, D) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E, F) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
impl<__Image, __Opt, A, B, C, D, E, F, G, H, I, J> TraversalRef<None<__Opt>, __Image> for (A, B, C, D, E, F, G, H, I, J) where
__Image: ?Sized,
[src]
__Image: ?Sized,
fn traverse_ref(&self, _optics: None<__Opt>) -> Vec<&__Image>
[src]
Auto Trait Implementations
impl<Optic> RefUnwindSafe for None<Optic> where
Optic: RefUnwindSafe,
Optic: RefUnwindSafe,
impl<Optic> Send for None<Optic> where
Optic: Send,
Optic: Send,
impl<Optic> Sync for None<Optic> where
Optic: Sync,
Optic: Sync,
impl<Optic> Unpin for None<Optic> where
Optic: Unpin,
Optic: Unpin,
impl<Optic> UnwindSafe for None<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>,