Struct tickrs_api::model::CompanyProfile
source · pub struct CompanyProfile {
pub website: Option<String>,
pub industry: Option<String>,
pub sector: Option<String>,
pub description: Option<String>,
pub employees: Option<u64>,
}Fields§
§website: Option<String>§industry: Option<String>§sector: Option<String>§description: Option<String>§employees: Option<u64>Trait Implementations§
source§impl Clone for CompanyProfile
impl Clone for CompanyProfile
source§fn clone(&self) -> CompanyProfile
fn clone(&self) -> CompanyProfile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CompanyProfile
impl Debug for CompanyProfile
source§impl<'de> Deserialize<'de> for CompanyProfile
impl<'de> Deserialize<'de> for CompanyProfile
source§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