pub struct ProgPt {
pub symbol: &'static str,
}
Expand description
Program points: used by the Adapton engine to distinguish different memoized Rust functions, which cannot be directly compared for equality, nor hashed.
Fields§
§symbol: &'static str
Trait Implementations§
impl Eq for ProgPt
impl StructuralPartialEq for ProgPt
Auto Trait Implementations§
impl Freeze for ProgPt
impl RefUnwindSafe for ProgPt
impl Send for ProgPt
impl Sync for ProgPt
impl Unpin for ProgPt
impl UnwindSafe for ProgPt
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