pub struct DropSchemaStatement;Trait Implementations§
Source§impl Rule for DropSchemaStatement
impl Rule for DropSchemaStatement
Auto Trait Implementations§
impl Freeze for DropSchemaStatement
impl RefUnwindSafe for DropSchemaStatement
impl Send for DropSchemaStatement
impl Sync for DropSchemaStatement
impl Unpin for DropSchemaStatement
impl UnsafeUnpin for DropSchemaStatement
impl UnwindSafe for DropSchemaStatement
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