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 Freeze for RustcText
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> ActionTrait for T
impl<T> ActionTrait for T
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