Struct workspace2::item::BreadcrumbText
source · pub struct BreadcrumbText {
pub text: String,
pub highlights: Option<Vec<(Range<usize>, HighlightStyle)>>,
}
Fields§
§text: String
§highlights: Option<Vec<(Range<usize>, HighlightStyle)>>
Auto Trait Implementations§
impl RefUnwindSafe for BreadcrumbText
impl Send for BreadcrumbText
impl Sync for BreadcrumbText
impl Unpin for BreadcrumbText
impl UnwindSafe for BreadcrumbText
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