Struct ra_ap_syntax::ast::QuoteOffsets
source · pub struct QuoteOffsets {
pub quotes: (TextRange, TextRange),
pub contents: TextRange,
}
Fields§
§quotes: (TextRange, TextRange)
§contents: TextRange
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QuoteOffsets
impl Send for QuoteOffsets
impl Sync for QuoteOffsets
impl Unpin for QuoteOffsets
impl UnwindSafe for QuoteOffsets
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