pub struct Record { /* private fields */ }
Expand description
A recorded term.
Recorded terms live off the stack, and remain valid until explicitely dropped. They can be used to copy terms to other threads, or to keep a template of a term around for repeated use.
Implementations§
Trait Implementations§
source§impl<'a> TermGetable for Record
impl<'a> TermGetable for Record
source§impl<'a> TermPutable for Record
impl<'a> TermPutable for Record
Auto Trait Implementations§
impl RefUnwindSafe for Record
impl !Send for Record
impl !Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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