pub struct CreateTableOptions;Expand description
Options for CREATE TABLE rendering.
Trait Implementations§
Source§impl Clone for CreateTableOptions
impl Clone for CreateTableOptions
Source§fn clone(&self) -> CreateTableOptions
fn clone(&self) -> CreateTableOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateTableOptions
impl Debug for CreateTableOptions
Source§impl Default for CreateTableOptions
impl Default for CreateTableOptions
Source§fn default() -> CreateTableOptions
fn default() -> CreateTableOptions
Returns the “default value” for a type. Read more
Source§impl Hash for CreateTableOptions
impl Hash for CreateTableOptions
Source§impl PartialEq for CreateTableOptions
impl PartialEq for CreateTableOptions
Source§fn eq(&self, other: &CreateTableOptions) -> bool
fn eq(&self, other: &CreateTableOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateTableOptions
impl Eq for CreateTableOptions
impl StructuralPartialEq for CreateTableOptions
Auto Trait Implementations§
impl Freeze for CreateTableOptions
impl RefUnwindSafe for CreateTableOptions
impl Send for CreateTableOptions
impl Sync for CreateTableOptions
impl Unpin for CreateTableOptions
impl UnsafeUnpin for CreateTableOptions
impl UnwindSafe for CreateTableOptions
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