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