Struct lens_rs_generator::_mapped [−][src]
to traverse items of collections, implemented Traversal
assert_eq!(vec![vec![1,2], vec![3,4]].traverse(_mapped._mapped), vec![1, 2, 3, 4])
Trait Implementations
impl<Optic: Clone> Clone for _mapped<Optic>
[src]
impl<Optic: Copy> Copy for _mapped<Optic>
[src]
impl<Optic: Debug> Debug for _mapped<Optic>
[src]
impl<Optic: Eq> Eq for _mapped<Optic>
[src]
impl<Optic: PartialEq> PartialEq<_mapped<Optic>> for _mapped<Optic>
[src]
impl<Optic> StructuralEq for _mapped<Optic>
[src]
impl<Optic> StructuralPartialEq for _mapped<Optic>
[src]
Auto Trait Implementations
impl<Optic> RefUnwindSafe for _mapped<Optic> where
Optic: RefUnwindSafe,
Optic: RefUnwindSafe,
impl<Optic> Send for _mapped<Optic> where
Optic: Send,
Optic: Send,
impl<Optic> Sync for _mapped<Optic> where
Optic: Sync,
Optic: Sync,
impl<Optic> Unpin for _mapped<Optic> where
Optic: Unpin,
Optic: Unpin,
impl<Optic> UnwindSafe for _mapped<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> 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, 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>,