Struct sqruff_lib::dialects::ansi::ArrayTypeSegment
source · pub struct ArrayTypeSegment;
Expand description
Prefix for array literals specifying the type.
Often “ARRAY” or “ARRAY
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ArrayTypeSegment
impl Send for ArrayTypeSegment
impl Sync for ArrayTypeSegment
impl Unpin for ArrayTypeSegment
impl UnwindSafe for ArrayTypeSegment
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