Enum rustc_ap_rustc_ast::ast::StrStyle [−][src]
pub enum StrStyle {
Cooked,
Raw(u16),
}Variants
A regular string, like "foo".
Raw(u16)A raw string, like r##"foo"##.
The value is the number of # symbols used.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StrStyleimpl UnwindSafe for StrStyleBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V