#[repr(i32)]pub enum COVERAGE_REQUEST_CODES {
CoverageAllModules,
CoverageSearchByHash,
CoverageSearchByName,
}Variants§
Trait Implementations§
source§impl Clone for COVERAGE_REQUEST_CODES
impl Clone for COVERAGE_REQUEST_CODES
source§fn clone(&self) -> COVERAGE_REQUEST_CODES
fn clone(&self) -> COVERAGE_REQUEST_CODES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for COVERAGE_REQUEST_CODES
impl Debug for COVERAGE_REQUEST_CODES
source§impl Hash for COVERAGE_REQUEST_CODES
impl Hash for COVERAGE_REQUEST_CODES
source§impl PartialEq<COVERAGE_REQUEST_CODES> for COVERAGE_REQUEST_CODES
impl PartialEq<COVERAGE_REQUEST_CODES> for COVERAGE_REQUEST_CODES
source§fn eq(&self, other: &COVERAGE_REQUEST_CODES) -> bool
fn eq(&self, other: &COVERAGE_REQUEST_CODES) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for COVERAGE_REQUEST_CODES
impl Eq for COVERAGE_REQUEST_CODES
impl StructuralEq for COVERAGE_REQUEST_CODES
impl StructuralPartialEq for COVERAGE_REQUEST_CODES
Auto Trait Implementations§
impl RefUnwindSafe for COVERAGE_REQUEST_CODES
impl Send for COVERAGE_REQUEST_CODES
impl Sync for COVERAGE_REQUEST_CODES
impl Unpin for COVERAGE_REQUEST_CODES
impl UnwindSafe for COVERAGE_REQUEST_CODES
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