Struct mysql_async::WhiteListFsLocalInfileHandler [] [src]

pub struct WhiteListFsLocalInfileHandler { /* fields omitted */ }

Handles local infile requests from filesystem using explicit path white list.

Methods

impl WhiteListFsLocalInfileHandler
[src]

Trait Implementations

impl Clone for WhiteListFsLocalInfileHandler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WhiteListFsLocalInfileHandler
[src]

impl PartialEq for WhiteListFsLocalInfileHandler
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for WhiteListFsLocalInfileHandler
[src]

Formats the value using the given formatter.

impl LocalInfileHandler for WhiteListFsLocalInfileHandler
[src]

file_name is the file name in LOAD DATA LOCAL INFILE '<file name>' INTO TABLE ...; query. Read more