pub struct Analyze<'a> {
pub analyze_span: Span,
pub tables: Vec<QualifiedName<'a>>,
}Fields§
§analyze_span: Span§tables: Vec<QualifiedName<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Analyze<'a>
impl<'a> RefUnwindSafe for Analyze<'a>
impl<'a> Send for Analyze<'a>
impl<'a> Sync for Analyze<'a>
impl<'a> Unpin for Analyze<'a>
impl<'a> UnsafeUnpin for Analyze<'a>
impl<'a> UnwindSafe for Analyze<'a>
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