pub struct DetachDatabase {
pub alias: String,
}Expand description
DETACH DATABASE statement.
Fields§
§alias: StringTrait Implementations§
Source§impl Clone for DetachDatabase
impl Clone for DetachDatabase
Source§fn clone(&self) -> DetachDatabase
fn clone(&self) -> DetachDatabase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DetachDatabase
impl Debug for DetachDatabase
Source§impl PartialEq for DetachDatabase
impl PartialEq for DetachDatabase
impl StructuralPartialEq for DetachDatabase
Auto Trait Implementations§
impl Freeze for DetachDatabase
impl RefUnwindSafe for DetachDatabase
impl Send for DetachDatabase
impl Sync for DetachDatabase
impl Unpin for DetachDatabase
impl UnsafeUnpin for DetachDatabase
impl UnwindSafe for DetachDatabase
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