pub struct DropTableQueryBuilder<Table: Entity, Exists> { /* private fields */ }Implementations§
Source§impl<T: Entity> DropTableQueryBuilder<T, NA>
impl<T: Entity> DropTableQueryBuilder<T, NA>
pub fn if_exists(self) -> DropTableQueryBuilder<T, bool>
Trait Implementations§
Source§impl<T: Entity, E> DropTableQuery<T> for DropTableQueryBuilder<T, E>
impl<T: Entity, E> DropTableQuery<T> for DropTableQueryBuilder<T, E>
fn get_exists(&self) -> bool
Auto Trait Implementations§
impl<Table, Exists> Freeze for DropTableQueryBuilder<Table, Exists>
impl<Table, Exists> RefUnwindSafe for DropTableQueryBuilder<Table, Exists>where
Table: RefUnwindSafe,
Exists: RefUnwindSafe,
impl<Table, Exists> Send for DropTableQueryBuilder<Table, Exists>
impl<Table, Exists> Sync for DropTableQueryBuilder<Table, Exists>
impl<Table, Exists> Unpin for DropTableQueryBuilder<Table, Exists>
impl<Table, Exists> UnwindSafe for DropTableQueryBuilder<Table, Exists>where
Table: UnwindSafe,
Exists: UnwindSafe,
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