pub struct CharLit<B: Buffer> { /* private fields */ }
Expand description
A character literal, e.g. 'g'
or '๐ฆ'
.
See the reference for more information.
Implementationsยง
Trait Implementationsยง
impl<B: Copy + Buffer> Copy for CharLit<B>
impl<B: Eq + Buffer> Eq for CharLit<B>
impl<B: Buffer> StructuralPartialEq for CharLit<B>
Auto Trait Implementationsยง
impl<B> Freeze for CharLit<B>where
B: Freeze,
impl<B> RefUnwindSafe for CharLit<B>where
B: RefUnwindSafe,
impl<B> Send for CharLit<B>where
B: Send,
impl<B> Sync for CharLit<B>where
B: Sync,
impl<B> Unpin for CharLit<B>where
B: Unpin,
impl<B> UnwindSafe for CharLit<B>where
B: UnwindSafe,
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