pub struct TableOptions { /* private fields */ }
Implementations§
Source§impl TableOptions
impl TableOptions
pub fn set_table_name(&mut self, name: &str)
pub fn set_table_title(&mut self, name: &str)
pub fn set_table_key(&mut self, name: &str)
pub fn set_table_fields(&mut self, fields: JsonValue)
pub fn set_table_unique(&mut self, unique: Vec<&str>)
pub fn set_table_index(&mut self, index: Vec<Vec<&str>>)
pub fn set_table_partition(&mut self, index: bool)
pub fn set_table_partition_columns(&mut self, index: JsonValue)
Trait Implementations§
Source§impl Debug for TableOptions
impl Debug for TableOptions
Auto Trait Implementations§
impl Freeze for TableOptions
impl RefUnwindSafe for TableOptions
impl Send for TableOptions
impl Sync for TableOptions
impl Unpin for TableOptions
impl UnwindSafe for TableOptions
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