pub struct RowResult {
pub id: String,
pub status: String,
pub verdict: Verdict,
}Fields§
§id: String§status: String§verdict: VerdictTrait Implementations§
Auto Trait Implementations§
impl Freeze for RowResult
impl RefUnwindSafe for RowResult
impl Send for RowResult
impl Sync for RowResult
impl Unpin for RowResult
impl UnsafeUnpin for RowResult
impl UnwindSafe for RowResult
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