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