Type Alias stable_mir::DefKind

source ·
pub type DefKind = Opaque;

Aliased Type§

struct DefKind(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