Struct gusto_api::types::PrimarySignatory [−][src]
pub struct PrimarySignatory {
pub email: String,
pub first_name: String,
pub home_address: Option<HomeAddress>,
pub last_name: String,
pub middle_initial: String,
pub phone: String,
}Expand description
The primary signatory of the company.
Fields
email: StringThe primary signatory of the company.
first_name: StringThe primary signatory of the company.
home_address: Option<HomeAddress>The primary signatory of the company.
last_name: StringThe primary signatory of the company.
middle_initial: StringThe primary signatory of the company.
phone: StringThe primary signatory of the company.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PrimarySignatory
impl Send for PrimarySignatory
impl Sync for PrimarySignatory
impl Unpin for PrimarySignatory
impl UnwindSafe for PrimarySignatory
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more