pub struct lens;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lens
impl RefUnwindSafe for lens
impl Send for lens
impl Sync for lens
impl Unpin for lens
impl UnwindSafe for lens
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