[−][src]Struct cio_api::applicants::Applicant
The data type for an applicant.
Fields
submitted_time: DateTime<Utc>name: Stringemail: Stringlocation: Stringphone: Stringcountry_code: Stringgithub: Stringgitlab: Stringportfolio: Stringwebsite: Stringlinkedin: Stringresume: Stringmaterials: Stringstatus: Stringreceived_application: boolrole: Stringsheet_id: Stringvalue_reflected: Stringvalue_violated: Stringvalues_in_tension: Vec<String>Implementations
impl Applicant[src]
pub async fn to_airtable<'_, '_>(
&'_ self,
drive_client: &'_ GoogleDrive
) -> ApplicantFields[src]
&'_ self,
drive_client: &'_ GoogleDrive
) -> ApplicantFields
pub fn human_duration(&self) -> HumanTime[src]
pub fn as_slack_msg(&self) -> Value[src]
pub fn as_company_notification_email(&self) -> String[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Applicant
impl Send for Applicant
impl Sync for Applicant
impl Unpin for Applicant
impl UnwindSafe for Applicant
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,