pub struct TextColumn {
pub offsets: Vec<u32>,
pub text: String,
}Fields§
§offsets: Vec<u32>§text: StringImplementations§
Trait Implementations§
Source§impl Clone for TextColumn
impl Clone for TextColumn
Source§impl Debug for TextColumn
impl Debug for TextColumn
Auto Trait Implementations§
impl Freeze for TextColumn
impl RefUnwindSafe for TextColumn
impl Send for TextColumn
impl Sync for TextColumn
impl Unpin for TextColumn
impl UnsafeUnpin for TextColumn
impl UnwindSafe for TextColumn
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