spade_
hir
0.13.0
Pretty
Debug
Required Methods
pretty_debug
Implementations on Foreign Types
&T
Identifier
Loc<T>
NameID
Option<T>
Implementors
In spade_
hir::
pretty_
debug
spade_hir
::
pretty_debug
Trait
PrettyDebug
Copy item path
Source
pub trait PrettyDebug { // Required method fn
pretty_debug
(&self) ->
String
; }
Required Methods
§
Source
fn
pretty_debug
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
PrettyDebug
for Identifier
Source
§
fn
pretty_debug
(&self) ->
String
Source
§
impl
PrettyDebug
for NameID
Source
§
fn
pretty_debug
(&self) ->
String
Source
§
impl<T>
PrettyDebug
for
Option
<T>
where T:
PrettyDebug
,
Source
§
fn
pretty_debug
(&self) ->
String
Source
§
impl<T>
PrettyDebug
for
&T
where T:
PrettyDebug
,
Source
§
fn
pretty_debug
(&self) ->
String
Source
§
impl<T>
PrettyDebug
for Loc<T>
where T:
PrettyDebug
,
Source
§
fn
pretty_debug
(&self) ->
String
Implementors
§
Source
§
impl
PrettyDebug
for
ConstGeneric
Source
§
impl
PrettyDebug
for
Statement
Source
§
impl
PrettyDebug
for
TypeExpression
Source
§
impl
PrettyDebug
for
TypeSpec
Source
§
impl
PrettyDebug
for
WhereClause
Source
§
impl
PrettyDebug
for
ExprKind
Source
§
impl
PrettyDebug
for
CapturedLambdaParam
Source
§
impl
PrettyDebug
for
Expression
Source
§
impl
PrettyDebug
for
AttributeList
Source
§
impl
PrettyDebug
for
ConstGenericWithId
Source
§
impl
PrettyDebug
for
Pattern
Source
§
impl
PrettyDebug
for
PatternArgument
Source
§
impl
PrettyDebug
for
TraitSpec
Source
§
impl
PrettyDebug
for
TypeParam
Source
§
impl
PrettyDebug
for
Unit
Source
§
impl<Inner>
PrettyDebug
for
ArgumentList
<Inner>
where Inner:
PrettyDebug
,
Source
§
impl<Inner>
PrettyDebug
for
NamedArgument
<Inner>
where Inner:
PrettyDebug
,