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