pub struct RecordTXT {
pub txt_strings: String,
}
Fields§
§txt_strings: String
The character-strings.
Trait Implementations§
Source§impl RecordReader for RecordTXT
impl RecordReader for RecordTXT
impl Eq for RecordTXT
impl StructuralPartialEq for RecordTXT
Auto Trait Implementations§
impl Freeze for RecordTXT
impl RefUnwindSafe for RecordTXT
impl Send for RecordTXT
impl Sync for RecordTXT
impl Unpin for RecordTXT
impl UnwindSafe for RecordTXT
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