pub struct Then<T, U, B: ?Sized> { /* private fields */ }Expand description
Lens composed of two lenses joined together
Implementations§
Trait Implementations§
impl<T: Copy, U: Copy, B: Copy + ?Sized> Copy for Then<T, U, B>
Auto Trait Implementations§
impl<T, U, B> Freeze for Then<T, U, B>
impl<T, U, B> RefUnwindSafe for Then<T, U, B>
impl<T, U, B> Send for Then<T, U, B>
impl<T, U, B> Sync for Then<T, U, B>
impl<T, U, B> Unpin for Then<T, U, B>
impl<T, U, B> UnwindSafe for Then<T, U, B>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<A, B, T> LensExt<A, B> for T
impl<A, B, T> LensExt<A, B> for T
Source§fn index<I>(self, index: I) -> Then<Self, Index<I>, B>
fn index<I>(self, index: I) -> Then<Self, Index<I>, B>
Access an index in a container Read more
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.