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