pub struct HypContext { /* private fields */ }Expand description
A context that supports multiple named local hypotheses (proof state).
Implementations§
Source§impl HypContext
impl HypContext
Trait Implementations§
Source§impl Clone for HypContext
impl Clone for HypContext
Source§fn clone(&self) -> HypContext
fn clone(&self) -> HypContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HypContext
impl Debug for HypContext
Auto Trait Implementations§
impl Freeze for HypContext
impl RefUnwindSafe for HypContext
impl Send for HypContext
impl Sync for HypContext
impl Unpin for HypContext
impl UnsafeUnpin for HypContext
impl UnwindSafe for HypContext
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