pub struct RefIdent {
pub span_range: Range<usize>,
pub schema: Option<Ident>,
pub table: Ident,
pub compositions: Vec<Ident>,
}
Fields§
§span_range: Range<usize>
The range of the span in the source text.
schema: Option<Ident>
§table: Ident
§compositions: Vec<Ident>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefIdent
impl RefUnwindSafe for RefIdent
impl Send for RefIdent
impl Sync for RefIdent
impl Unpin for RefIdent
impl UnwindSafe for RefIdent
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