pub enum Glyphs {
None,
Space,
CurlyLeft,
CurlyRight,
Backslash,
Hash,
Bang,
Equal,
Colon,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Glyphs
impl RefUnwindSafe for Glyphs
impl Send for Glyphs
impl Sync for Glyphs
impl Unpin for Glyphs
impl UnwindSafe for Glyphs
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