Enum ast_demangle::rust_v0::DisplayStyle [−][src]
pub enum DisplayStyle {
Short,
Normal,
Long,
}Expand description
Denote the style for displaying the symbol.
Variants
Omit enclosing namespaces to get a shorter name.
Omit crate hashes and const value types. This matches rustc-demangle’s {} format.
Show crate hashes and const value types. This matches rustc-demangle’s {:#} format. Note that even with this
style, impl paths are still omitted.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Style
impl UnwindSafe for Style
Blanket Implementations
Mutably borrows from an owned value. Read more