pub struct Lens<'a>(/* private fields */);
Expand description
Lens
used for LensSelector
.
Internally mapped to a tuple of a slice of Token
and Option
of
LensValue
.
Implementations§
Trait Implementations§
impl<'a> Eq for Lens<'a>
impl<'a> StructuralPartialEq for Lens<'a>
Auto Trait Implementations§
impl<'a> Freeze for Lens<'a>
impl<'a> RefUnwindSafe for Lens<'a>
impl<'a> Send for Lens<'a>
impl<'a> Sync for Lens<'a>
impl<'a> Unpin for Lens<'a>
impl<'a> UnwindSafe for Lens<'a>
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