pub struct ViewSpan {
pub text: String,
pub kind: ViewSpanKind,
}Expand description
A styled span within a view line
Fields§
§text: String§kind: ViewSpanKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for ViewSpan
impl RefUnwindSafe for ViewSpan
impl Send for ViewSpan
impl Sync for ViewSpan
impl Unpin for ViewSpan
impl UnwindSafe for ViewSpan
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