pub struct ProofSizeEstimator(pub usize);
Tuple Fields§
§0: usize
Implementations§
Auto Trait Implementations§
impl Freeze for ProofSizeEstimator
impl RefUnwindSafe for ProofSizeEstimator
impl Send for ProofSizeEstimator
impl Sync for ProofSizeEstimator
impl Unpin for ProofSizeEstimator
impl UnwindSafe for ProofSizeEstimator
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