Struct lens_rs::_mut[][src]

pub struct _mut<Optic>(pub Optic);

build-in optics to visit the data in pointers, implemented LensMut

Trait Implementations

impl<Optic> Clone for _mut<Optic> where
    Optic: Clone
[src]

impl<Optic> Copy for _mut<Optic> where
    Optic: Copy
[src]

impl<Optic> Debug for _mut<Optic> where
    Optic: Debug
[src]

impl<Optic> Eq for _mut<Optic> where
    Optic: Eq
[src]

impl<T: ?Sized, Image: ?Sized, Ls> LensMut<_mut<Ls>, Image> for Box<T> where
    T: LensMut<Ls, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Ls> LensMut<_mut<Ls>, Image> for &mut T where
    T: LensMut<Ls, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Ls> LensRef<_mut<Ls>, Image> for Box<T> where
    T: LensRef<Ls, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Ls> LensRef<_mut<Ls>, Image> for &mut T where
    T: LensRef<Ls, Image>, 
[src]

impl<Optic> PartialEq<_mut<Optic>> for _mut<Optic> where
    Optic: PartialEq<Optic>, 
[src]

impl<T: ?Sized, Image: ?Sized, Pm> PrismMut<_mut<Pm>, Image> for Box<T> where
    T: PrismMut<Pm, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Pm> PrismMut<_mut<Pm>, Image> for &mut T where
    T: PrismMut<Pm, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Pm> PrismRef<_mut<Pm>, Image> for Box<T> where
    T: PrismRef<Pm, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Pm> PrismRef<_mut<Pm>, Image> for &mut T where
    T: PrismRef<Pm, Image>, 
[src]

impl<Optic> StructuralEq for _mut<Optic>[src]

impl<Optic> StructuralPartialEq for _mut<Optic>[src]

impl<T: ?Sized, Image: ?Sized, Tr> TraversalMut<_mut<Tr>, Image> for Box<T> where
    T: TraversalMut<Tr, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Tr> TraversalMut<_mut<Tr>, Image> for &mut T where
    T: TraversalMut<Tr, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Tr> TraversalRef<_mut<Tr>, Image> for Box<T> where
    T: TraversalRef<Tr, Image>, 
[src]

impl<T: ?Sized, Image: ?Sized, Tr> TraversalRef<_mut<Tr>, Image> for &mut T where
    T: TraversalRef<Tr, Image>, 
[src]

Auto Trait Implementations

impl<Optic> RefUnwindSafe for _mut<Optic> where
    Optic: RefUnwindSafe

impl<Optic> Send for _mut<Optic> where
    Optic: Send

impl<Optic> Sync for _mut<Optic> where
    Optic: Sync

impl<Optic> Unpin for _mut<Optic> where
    Optic: Unpin

impl<Optic> UnwindSafe for _mut<Optic> where
    Optic: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Prism<__, T> for T[src]

impl<T> PrismMut<__, T> for T where
    T: ?Sized
[src]

impl<T> PrismRef<__, T> for T where
    T: ?Sized
[src]

impl<Image, T> Review<__, Image> for T where
    T: From<Image>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> Traversal<__, T> for T[src]

impl<T> TraversalMut<__, T> for T where
    T: ?Sized
[src]

impl<T> TraversalRef<__, T> for T where
    T: ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.