pub struct ActiveBuiltinsUpdatedProof(/* private fields */);Expand description
Proof that Compiler::update_active_builtins was called.
Trait Implementations§
Source§impl Clone for ActiveBuiltinsUpdatedProof
impl Clone for ActiveBuiltinsUpdatedProof
Source§fn clone(&self) -> ActiveBuiltinsUpdatedProof
fn clone(&self) -> ActiveBuiltinsUpdatedProof
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 ActiveBuiltinsUpdatedProof
impl Debug for ActiveBuiltinsUpdatedProof
impl Copy for ActiveBuiltinsUpdatedProof
Auto Trait Implementations§
impl Freeze for ActiveBuiltinsUpdatedProof
impl RefUnwindSafe for ActiveBuiltinsUpdatedProof
impl Send for ActiveBuiltinsUpdatedProof
impl Sync for ActiveBuiltinsUpdatedProof
impl Unpin for ActiveBuiltinsUpdatedProof
impl UnwindSafe for ActiveBuiltinsUpdatedProof
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