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