Struct calypso_ast::pretty::PrettyPrinter
source · pub struct PrettyPrinter(String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for PrettyPrinter
impl Clone for PrettyPrinter
source§fn clone(&self) -> PrettyPrinter
fn clone(&self) -> PrettyPrinter
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 PrettyPrinter
impl Debug for PrettyPrinter
source§impl Default for PrettyPrinter
impl Default for PrettyPrinter
source§fn default() -> PrettyPrinter
fn default() -> PrettyPrinter
Returns the “default value” for a type. Read more
source§impl Display for PrettyPrinter
impl Display for PrettyPrinter
source§impl PartialEq<PrettyPrinter> for PrettyPrinter
impl PartialEq<PrettyPrinter> for PrettyPrinter
source§fn eq(&self, other: &PrettyPrinter) -> bool
fn eq(&self, other: &PrettyPrinter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.