pub struct Inflight {
pub rule_id: String,
pub provider: String,
pub requirement: Requirement,
}Expand description
State the server holds for one in-flight verification.
Fields§
§rule_id: String§provider: String§requirement: RequirementTrait Implementations§
Auto Trait Implementations§
impl Freeze for Inflight
impl RefUnwindSafe for Inflight
impl Send for Inflight
impl Sync for Inflight
impl Unpin for Inflight
impl UnsafeUnpin for Inflight
impl UnwindSafe for Inflight
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