pub struct TextOp {
pub start: usize,
pub len: usize,
pub lines: Vec<Vec<char>>,
}
Fields§
§start: usize
§len: usize
§lines: Vec<Vec<char>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextOp
impl RefUnwindSafe for TextOp
impl Send for TextOp
impl Sync for TextOp
impl Unpin for TextOp
impl UnwindSafe for TextOp
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