Struct checkr::Report [−][src]
pub struct Report {}Show fields
pub id: String, pub object: String, pub uri: String, pub status: String, pub result: String, pub created_at: DateTime<Utc>, pub completed_at: Option<DateTime<Utc>>, pub revised_at: Option<DateTime<Utc>>, pub upgraded_at: Option<DateTime<Utc>>, pub turnaround_time: Option<i64>, pub adjudication: String, pub package: String, pub source: String, pub candidate_id: String, pub drug_screening: DrugScreening, pub ssn_trace_id: String, pub arrest_search_id: String, pub drug_screening_id: String, pub facis_search_id: String, pub federal_criminal_search_id: String, pub global_watchlist_search_id: String, pub sex_offender_search_id: String, pub national_criminal_search_id: String, pub county_criminal_search_ids: Vec<String>, pub personal_reference_verification_ids: Vec<String>, pub professional_reference_verification_ids: Vec<String>, pub motor_vehicle_report_id: String, pub professional_license_verification_ids: Vec<String>, pub state_criminal_searches: Vec<String>, pub document_ids: Vec<String>, pub geo_ids: Vec<String>, pub program_id: String, pub candidate_story_ids: Vec<String>, pub estimated_completion_time: String,
Fields
id: String
object: String
uri: String
status: String
result: String
created_at: DateTime<Utc>
completed_at: Option<DateTime<Utc>>
revised_at: Option<DateTime<Utc>>
upgraded_at: Option<DateTime<Utc>>
turnaround_time: Option<i64>
adjudication: String
package: String
source: String
candidate_id: String
drug_screening: DrugScreening
ssn_trace_id: String
arrest_search_id: String
drug_screening_id: String
facis_search_id: String
federal_criminal_search_id: String
global_watchlist_search_id: String
sex_offender_search_id: String
national_criminal_search_id: String
county_criminal_search_ids: Vec<String>
personal_reference_verification_ids: Vec<String>
professional_reference_verification_ids: Vec<String>
motor_vehicle_report_id: String
professional_license_verification_ids: Vec<String>
state_criminal_searches: Vec<String>
document_ids: Vec<String>
geo_ids: Vec<String>
program_id: String
candidate_story_ids: Vec<String>
estimated_completion_time: String
Trait Implementations
impl<'de> Deserialize<'de> for Report
[src]
impl<'de> Deserialize<'de> for Report
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,