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