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§
Source§impl Clone for IntoStatement
impl Clone for IntoStatement
Source§fn clone(&self) -> IntoStatement
fn clone(&self) -> IntoStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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