pub struct QailUsage {
pub file: String,
pub line: usize,
pub table: String,
pub columns: Vec<String>,
pub action: String,
pub is_cte_ref: bool,
}Expand description
Extracted QAIL usage from source code
Fields§
§file: String§line: usize§table: String§columns: Vec<String>§action: String§is_cte_ref: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for QailUsage
impl RefUnwindSafe for QailUsage
impl Send for QailUsage
impl Sync for QailUsage
impl Unpin for QailUsage
impl UnwindSafe for QailUsage
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