Struct verify_call::Verifier
source · [−]pub struct Verifier<T> { /* private fields */ }Expand description
…
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Verifier<T>
impl<T> Send for Verifier<T> where
T: Send,
impl<T> Sync for Verifier<T> where
T: Send,
impl<T> Unpin for Verifier<T>
impl<T> UnwindSafe for Verifier<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more