#[non_exhaustive]pub struct VerifyJob { /* private fields */ }
Expand description
A verify Job.
Implementations§
Trait Implementations§
impl StructuralPartialEq for VerifyJob
Auto Trait Implementations§
impl Freeze for VerifyJob
impl RefUnwindSafe for VerifyJob
impl Send for VerifyJob
impl Sync for VerifyJob
impl Unpin for VerifyJob
impl UnwindSafe for VerifyJob
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