pub struct InvalidProof;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidProof
impl RefUnwindSafe for InvalidProof
impl Send for InvalidProof
impl Sync for InvalidProof
impl Unpin for InvalidProof
impl UnwindSafe for InvalidProof
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