pub struct CSV { /* private fields */ }Implementations§
Source§impl CSV
impl CSV
pub fn entry_count(&self) -> u32
pub fn entry_count_mut(&mut self) -> &mut u32
pub fn filename(&self) -> &str
pub fn filename_mut(&mut self) -> &mut String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSV
impl RefUnwindSafe for CSV
impl Send for CSV
impl Sync for CSV
impl Unpin for CSV
impl UnwindSafe for CSV
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