Struct lens_rs::optics::_arc[][src]

pub struct _arc<Optic>(pub Optic);

Trait Implementations

impl<Optic: Clone> Clone for _arc<Optic>[src]

impl<Optic: Copy> Copy for _arc<Optic>[src]

impl<Optic: Debug> Debug for _arc<Optic>[src]

impl<Optic: Eq> Eq for _arc<Optic>[src]

impl<T, Ls> LensRef<Rc<T>> for _arc<Ls> where
    Ls: LensRef<<Rc<T> as Deref>::Target>, 
[src]

impl<Optic: PartialEq> PartialEq<_arc<Optic>> for _arc<Optic>[src]

impl<T, Pm> PrismRef<Rc<T>> for _arc<Pm> where
    Pm: PrismRef<<Rc<T> as Deref>::Target>, 
[src]

impl<Rv, T> Review<Arc<T>> for _arc<Rv> where
    Rv: Review<T>, 
[src]

type From = Rv::From

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

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

impl<T, Tr> TraversalRef<Rc<T>> for _arc<Tr> where
    Tr: TraversalRef<<Rc<T> as Deref>::Target>, 
[src]

type To = Tr::To

Auto Trait Implementations

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

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

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

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

impl<Optic> UnwindSafe for _arc<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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.