Struct sqruff_lib::dialects::ansi::WildcardExpressionSegment
source · pub struct WildcardExpressionSegment;
Expand description
A star (*) expression for a SELECT clause. This is separate from the identifier to allow for some dialects which extend this logic to allow REPLACE, EXCEPT or similar clauses e.g. BigQuery.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WildcardExpressionSegment
impl Send for WildcardExpressionSegment
impl Sync for WildcardExpressionSegment
impl Unpin for WildcardExpressionSegment
impl UnwindSafe for WildcardExpressionSegment
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