pub struct QuoteSingle {
pub props: Props,
pub span: Span,
}Expand description
'...'. span includes the quotes.
Fields§
§props: Props§span: SpanTrait 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