pub enum AdornmentChar {
Show 32 variants
Bang,
DQuote,
Hash,
Dollar,
Percent,
Amp,
SQuote,
LParen,
RParen,
Ast,
Plus,
Comma,
Minus,
Period,
Slash,
Colon,
Semicolon,
Less,
Eq,
More,
Question,
At,
LBrack,
Backslash,
RBrack,
Caret,
Underscore,
Backtick,
LBrace,
Pipe,
RBrace,
Tilde,
}
Variants§
Bang
DQuote
Hash
Dollar
Percent
Amp
SQuote
LParen
RParen
Ast
Plus
Comma
Minus
Period
Slash
Colon
Semicolon
Less
Eq
More
Question
At
LBrack
Backslash
RBrack
Caret
Underscore
Backtick
LBrace
Pipe
RBrace
Tilde
Auto Trait Implementations§
impl Freeze for AdornmentChar
impl RefUnwindSafe for AdornmentChar
impl Send for AdornmentChar
impl Sync for AdornmentChar
impl Unpin for AdornmentChar
impl UnwindSafe for AdornmentChar
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more