Struct proc_macro::bridge::Punct
source · pub struct Punct<Span> {
pub ch: u8,
pub joint: bool,
pub span: Span,
}
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Fields§
§ch: u8
🔬This is a nightly-only experimental API. (
§proc_macro_internals
#27812)joint: bool
🔬This is a nightly-only experimental API. (
§proc_macro_internals
#27812)span: Span
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Trait Implementations§
Auto Trait Implementations§
impl<Span> RefUnwindSafe for Punct<Span>where Span: RefUnwindSafe,
impl<Span> Send for Punct<Span>where Span: Send,
impl<Span> Sync for Punct<Span>where Span: Sync,
impl<Span> Unpin for Punct<Span>where Span: Unpin,
impl<Span> UnwindSafe for Punct<Span>where Span: 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