pub struct IntoStatement {
pub file_path: String,
pub lines_terminated: String,
pub fields_terminated: String,
pub enclosed: String,
}
Fields§
§file_path: String
§lines_terminated: String
§fields_terminated: String
§enclosed: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntoStatement
impl RefUnwindSafe for IntoStatement
impl Send for IntoStatement
impl Sync for IntoStatement
impl Unpin for IntoStatement
impl UnwindSafe for IntoStatement
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