Struct sqruff_lib::dialects::ansi::DropIndexStatementSegment
source · pub struct DropIndexStatementSegment;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DropIndexStatementSegment
impl Send for DropIndexStatementSegment
impl Sync for DropIndexStatementSegment
impl Unpin for DropIndexStatementSegment
impl UnwindSafe for DropIndexStatementSegment
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