pub enum UntestedFileActionType {
AddTests,
SuppressFile,
}Expand description
Discriminant for UntestedFileAction::kind. Mirrors the action types
emitted by build_untested_file_actions.
Variants§
AddTests
Scaffold tests that exercise the runtime file.
SuppressFile
Suppress coverage-gap reporting for this file with a file-level comment.
Trait Implementations§
Source§impl Clone for UntestedFileActionType
impl Clone for UntestedFileActionType
impl Copy for UntestedFileActionType
Source§impl Debug for UntestedFileActionType
impl Debug for UntestedFileActionType
impl Eq for UntestedFileActionType
Source§impl PartialEq for UntestedFileActionType
impl PartialEq for UntestedFileActionType
Source§impl Serialize for UntestedFileActionType
impl Serialize for UntestedFileActionType
impl StructuralPartialEq for UntestedFileActionType
Auto Trait Implementations§
impl Freeze for UntestedFileActionType
impl RefUnwindSafe for UntestedFileActionType
impl Send for UntestedFileActionType
impl Sync for UntestedFileActionType
impl Unpin for UntestedFileActionType
impl UnsafeUnpin for UntestedFileActionType
impl UnwindSafe for UntestedFileActionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.