pub struct TermRef<'a> {
pub tid: TermId,
/* private fields */
}
Expand description
A reference to an entry in the term table.
Fields§
§tid: TermId
The index into the term table.
Implementations§
Trait Implementations§
impl<'a> Copy for TermRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for TermRef<'a>
impl<'a> RefUnwindSafe for TermRef<'a>
impl<'a> Send for TermRef<'a>
impl<'a> Sync for TermRef<'a>
impl<'a> Unpin for TermRef<'a>
impl<'a> UnwindSafe for TermRef<'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