Type Alias stable_mir::mir::body::Coverage

source ·
pub(crate) type Coverage = Opaque;
Expand description

The rustc coverage data structures are heavily tied to internal details of the coverage implementation that are likely to change, and are unlikely to be useful to third-party tools for the foreseeable future.

Aliased Type§

struct Coverage(pub(crate) String);

Fields§

§0: String

Trait Implementations§

source§

impl Clone for Opaque

source§

fn clone(&self) -> Opaque

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Opaque

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Opaque

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Foldable for Opaque

source§

fn super_fold<V: Folder>(&self, _folder: &mut V) -> ControlFlow<V::Break, Self>

source§

fn fold<V: Folder>(&self, folder: &mut V) -> ControlFlow<V::Break, Self>

source§

impl Visitable for Opaque

source§

fn super_visit<V: Visitor>(&self, _visitor: &mut V) -> ControlFlow<V::Break>

source§

fn visit<V: Visitor>(&self, visitor: &mut V) -> ControlFlow<V::Break>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes