pub struct DropTableData<'until_build> { /* private fields */ }
Expand description
The representation of data of the drop table statement.
Trait Implementations§
Source§impl<'until_build> Clone for DropTableData<'until_build>
impl<'until_build> Clone for DropTableData<'until_build>
Source§fn clone(&self) -> DropTableData<'until_build>
fn clone(&self) -> DropTableData<'until_build>
Returns a copy 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<'until_build> Debug for DropTableData<'until_build>
impl<'until_build> Debug for DropTableData<'until_build>
impl<'until_build> Copy for DropTableData<'until_build>
Auto Trait Implementations§
impl<'until_build> Freeze for DropTableData<'until_build>
impl<'until_build> RefUnwindSafe for DropTableData<'until_build>
impl<'until_build> Send for DropTableData<'until_build>
impl<'until_build> Sync for DropTableData<'until_build>
impl<'until_build> Unpin for DropTableData<'until_build>
impl<'until_build> UnwindSafe for DropTableData<'until_build>
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