pub struct QuoteSingle {
pub span: Span,
pub props: Props,
}Expand description
'...'. span includes the quotes.
Fields§
§span: Span§props: PropsTrait Implementations§
Auto Trait Implementations§
impl Freeze for QuoteSingle
impl RefUnwindSafe for QuoteSingle
impl Send for QuoteSingle
impl Sync for QuoteSingle
impl Unpin for QuoteSingle
impl UnsafeUnpin for QuoteSingle
impl UnwindSafe for QuoteSingle
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