pub enum NewStatus {
Verified,
Rejected {
reason: String,
},
}Expand description
Updated status for a run.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewStatus
impl RefUnwindSafe for NewStatus
impl Send for NewStatus
impl Sync for NewStatus
impl Unpin for NewStatus
impl UnwindSafe for NewStatus
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