pub struct DescriptIndexArgs {
pub database: String,
pub table: String,
pub index_name: String,
}Expand description
descript index args response with DescriptIndexResponse
Fields§
§database: String§table: String§index_name: StringTrait Implementations§
Source§impl Clone for DescriptIndexArgs
impl Clone for DescriptIndexArgs
Source§fn clone(&self) -> DescriptIndexArgs
fn clone(&self) -> DescriptIndexArgs
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 DescriptIndexArgs
impl Debug for DescriptIndexArgs
Source§impl IntoRequest for DescriptIndexArgs
impl IntoRequest for DescriptIndexArgs
fn into_request( self, config: &ClientConfiguration, client: &ClientWithMiddleware, ) -> RequestBuilder
Auto Trait Implementations§
impl Freeze for DescriptIndexArgs
impl RefUnwindSafe for DescriptIndexArgs
impl Send for DescriptIndexArgs
impl Sync for DescriptIndexArgs
impl Unpin for DescriptIndexArgs
impl UnwindSafe for DescriptIndexArgs
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