pub struct ShapeSpan {
pub level: Level,
pub words: Vec<ShapeWord>,
}
Expand description
A shaped span (for bidirectional processing)
Fields§
§level: Level
§words: Vec<ShapeWord>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShapeSpan
impl RefUnwindSafe for ShapeSpan
impl Send for ShapeSpan
impl Sync for ShapeSpan
impl Unpin for ShapeSpan
impl UnwindSafe for ShapeSpan
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