pub struct DropCollectionStmt {
pub collection: String,
}Fields§
§collection: StringTrait Implementations§
Source§impl Clone for DropCollectionStmt
impl Clone for DropCollectionStmt
Source§fn clone(&self) -> DropCollectionStmt
fn clone(&self) -> DropCollectionStmt
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 DropCollectionStmt
impl Debug for DropCollectionStmt
Source§impl PartialEq for DropCollectionStmt
impl PartialEq for DropCollectionStmt
impl StructuralPartialEq for DropCollectionStmt
Auto Trait Implementations§
impl Freeze for DropCollectionStmt
impl RefUnwindSafe for DropCollectionStmt
impl Send for DropCollectionStmt
impl Sync for DropCollectionStmt
impl Unpin for DropCollectionStmt
impl UnsafeUnpin for DropCollectionStmt
impl UnwindSafe for DropCollectionStmt
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