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