Struct chisel_lexers::scanner::StringWithSpan
source · pub struct StringWithSpan {
pub str: String,
pub span: Span,
}Fields§
§str: String§span: SpanAuto Trait Implementations§
impl RefUnwindSafe for StringWithSpan
impl Send for StringWithSpan
impl Sync for StringWithSpan
impl Unpin for StringWithSpan
impl UnwindSafe for StringWithSpan
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