pub struct AddFieldArgs {
pub database: String,
pub table: String,
pub schema: TableSchema,
}Expand description
add field args, response with crate::mochow::api::CommonResponse
Fields§
§database: String§table: String§schema: TableSchemaschema args for table
Trait Implementations§
Source§impl Clone for AddFieldArgs
impl Clone for AddFieldArgs
Source§fn clone(&self) -> AddFieldArgs
fn clone(&self) -> AddFieldArgs
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 AddFieldArgs
impl Debug for AddFieldArgs
Source§impl IntoRequest for AddFieldArgs
impl IntoRequest for AddFieldArgs
fn into_request( self, config: &ClientConfiguration, client: &ClientWithMiddleware, ) -> RequestBuilder
Auto Trait Implementations§
impl Freeze for AddFieldArgs
impl RefUnwindSafe for AddFieldArgs
impl Send for AddFieldArgs
impl Sync for AddFieldArgs
impl Unpin for AddFieldArgs
impl UnwindSafe for AddFieldArgs
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