Struct makepad_studio::build_manager::rustc_json::RustcText
source · pub struct RustcText {
pub text: String,
pub highlight_start: usize,
pub highlight_end: usize,
}Fields§
§text: String§highlight_start: usize§highlight_end: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RustcText
impl Send for RustcText
impl Sync for RustcText
impl Unpin for RustcText
impl UnwindSafe for RustcText
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