Enum rustyline::completion::Quote [−][src]
pub enum Quote {
Double,
Single,
None,
}
Expand description
Kind of quote.
Variants
Double
Double quote: "
Single
Single quote: '
None
No quote
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Quote
impl UnwindSafe for Quote
Blanket Implementations
Mutably borrows from an owned value. Read more