pub struct SqlOptions {
pub columns: HashMap<String, String>,
pub file_prefix: Option<String>,
}
Fields§
§columns: HashMap<String, String>
§file_prefix: Option<String>
Trait Implementations§
Source§impl Clone for SqlOptions
impl Clone for SqlOptions
Source§fn clone(&self) -> SqlOptions
fn clone(&self) -> SqlOptions
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 moreSource§impl Debug for SqlOptions
impl Debug for SqlOptions
Auto Trait Implementations§
impl Freeze for SqlOptions
impl RefUnwindSafe for SqlOptions
impl Send for SqlOptions
impl Sync for SqlOptions
impl Unpin for SqlOptions
impl UnwindSafe for SqlOptions
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