Struct polars_plan::prelude::FileSinkOptions
source · Fields§
§path: Arc<PathBuf>
§file_type: FileType
Trait Implementations§
source§impl Clone for FileSinkOptions
impl Clone for FileSinkOptions
source§fn clone(&self) -> FileSinkOptions
fn clone(&self) -> FileSinkOptions
Returns a copy 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 more