pub enum TermEnum<'lt> {
Ref(&'lt Ref),
}
Variants§
Auto Trait Implementations§
impl<'lt> Freeze for TermEnum<'lt>
impl<'lt> !RefUnwindSafe for TermEnum<'lt>
impl<'lt> !Send for TermEnum<'lt>
impl<'lt> !Sync for TermEnum<'lt>
impl<'lt> Unpin for TermEnum<'lt>
impl<'lt> !UnwindSafe for TermEnum<'lt>
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