pub enum LensType {
Failures,
Bottlenecks,
Toolchains,
Loops,
}Variants§
Trait Implementations§
impl Copy for LensType
impl Eq for LensType
impl StructuralPartialEq for LensType
Auto Trait Implementations§
impl Freeze for LensType
impl RefUnwindSafe for LensType
impl Send for LensType
impl Sync for LensType
impl Unpin for LensType
impl UnwindSafe for LensType
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