Struct sqruff_lib::dialects::ansi::WildcardIdentifierSegment
source · pub struct WildcardIdentifierSegment;
Expand description
Any identifier of the form a.b.*. This inherits iter_raw_references from the ObjectReferenceSegment.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WildcardIdentifierSegment
impl Send for WildcardIdentifierSegment
impl Sync for WildcardIdentifierSegment
impl Unpin for WildcardIdentifierSegment
impl UnwindSafe for WildcardIdentifierSegment
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