pub struct AnalyzeStatement {
pub table: String,
}Fields§
§table: StringTrait Implementations§
Source§impl Clone for AnalyzeStatement
impl Clone for AnalyzeStatement
Source§fn clone(&self) -> AnalyzeStatement
fn clone(&self) -> AnalyzeStatement
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 AnalyzeStatement
impl RefUnwindSafe for AnalyzeStatement
impl Send for AnalyzeStatement
impl Sync for AnalyzeStatement
impl Unpin for AnalyzeStatement
impl UnwindSafe for AnalyzeStatement
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