pub struct TableMultiple {
pub require: bool,
pub field: String,
pub title: String,
pub table: String,
pub fields: Vec<String>,
pub api: String,
pub show: bool,
pub describe: String,
pub multiple_count: i32,
pub example: JsonValue,
}Fields§
§require: bool§field: String§title: String§table: String§fields: Vec<String>§api: String§show: bool§describe: String§multiple_count: i32§example: JsonValueImplementations§
Trait Implementations§
Source§impl Clone for TableMultiple
impl Clone for TableMultiple
Source§fn clone(&self) -> TableMultiple
fn clone(&self) -> TableMultiple
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 TableMultiple
impl Debug for TableMultiple
Auto Trait Implementations§
impl Freeze for TableMultiple
impl RefUnwindSafe for TableMultiple
impl Send for TableMultiple
impl Sync for TableMultiple
impl Unpin for TableMultiple
impl UnsafeUnpin for TableMultiple
impl UnwindSafe for TableMultiple
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