pub struct CreateTableStmtFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CreateTableStmtFlags
impl Clone for CreateTableStmtFlags
Source§fn clone(&self) -> CreateTableStmtFlags
fn clone(&self) -> CreateTableStmtFlags
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 CreateTableStmtFlags
impl Debug for CreateTableStmtFlags
Source§impl Default for CreateTableStmtFlags
impl Default for CreateTableStmtFlags
Source§fn default() -> CreateTableStmtFlags
fn default() -> CreateTableStmtFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateTableStmtFlags
impl PartialEq for CreateTableStmtFlags
impl Copy for CreateTableStmtFlags
impl Eq for CreateTableStmtFlags
impl StructuralPartialEq for CreateTableStmtFlags
Auto Trait Implementations§
impl Freeze for CreateTableStmtFlags
impl RefUnwindSafe for CreateTableStmtFlags
impl Send for CreateTableStmtFlags
impl Sync for CreateTableStmtFlags
impl Unpin for CreateTableStmtFlags
impl UnsafeUnpin for CreateTableStmtFlags
impl UnwindSafe for CreateTableStmtFlags
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