pub struct DeleteDatabaseResult {}Trait Implementations§
Source§impl Clone for DeleteDatabaseResult
impl Clone for DeleteDatabaseResult
Source§fn clone(&self) -> DeleteDatabaseResult
fn clone(&self) -> DeleteDatabaseResult
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 DeleteDatabaseResult
impl Debug for DeleteDatabaseResult
Source§impl Default for DeleteDatabaseResult
impl Default for DeleteDatabaseResult
Source§fn default() -> DeleteDatabaseResult
fn default() -> DeleteDatabaseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteDatabaseResult
impl<'de> Deserialize<'de> for DeleteDatabaseResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteDatabaseResult
impl PartialEq for DeleteDatabaseResult
Source§impl Serialize for DeleteDatabaseResult
impl Serialize for DeleteDatabaseResult
Source§impl TryFrom<Value> for DeleteDatabaseResult
impl TryFrom<Value> for DeleteDatabaseResult
impl StructuralPartialEq for DeleteDatabaseResult
Auto Trait Implementations§
impl Freeze for DeleteDatabaseResult
impl RefUnwindSafe for DeleteDatabaseResult
impl Send for DeleteDatabaseResult
impl Sync for DeleteDatabaseResult
impl Unpin for DeleteDatabaseResult
impl UnsafeUnpin for DeleteDatabaseResult
impl UnwindSafe for DeleteDatabaseResult
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