pub struct CharLit {
pub value: String,
pub span: Span,
}Fields§
§value: String§span: SpanTrait Implementations§
impl Eq for CharLit
impl StructuralPartialEq for CharLit
Auto Trait Implementations§
impl Freeze for CharLit
impl RefUnwindSafe for CharLit
impl Send for CharLit
impl Sync for CharLit
impl Unpin for CharLit
impl UnsafeUnpin for CharLit
impl UnwindSafe for CharLit
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