pub enum ProfileChecking {
Checked,
Unchecked,
}Variants§
Auto Trait Implementations§
impl Freeze for ProfileChecking
impl RefUnwindSafe for ProfileChecking
impl Send for ProfileChecking
impl Sync for ProfileChecking
impl Unpin for ProfileChecking
impl UnsafeUnpin for ProfileChecking
impl UnwindSafe for ProfileChecking
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