pub struct SQLAnalyzeBuilder {
pub table: String,
pub columns: Vec<String>,
pub verbose: bool,
}Fields§
§table: String§columns: Vec<String>§verbose: boolImplementations§
Auto Trait Implementations§
impl Freeze for SQLAnalyzeBuilder
impl RefUnwindSafe for SQLAnalyzeBuilder
impl Send for SQLAnalyzeBuilder
impl Sync for SQLAnalyzeBuilder
impl Unpin for SQLAnalyzeBuilder
impl UnsafeUnpin for SQLAnalyzeBuilder
impl UnwindSafe for SQLAnalyzeBuilder
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