pub struct AffiliatedCompany {
pub name: Option<Option<String>>,
pub link: Option<Option<String>>,
pub industry: Option<Option<String>>,
pub location: Option<Option<String>>,
}Fields§
§name: Option<Option<String>>§link: Option<Option<String>>§industry: Option<Option<String>>§location: Option<Option<String>>Implementations§
Source§impl AffiliatedCompany
impl AffiliatedCompany
pub fn new() -> AffiliatedCompany
Trait Implementations§
Source§impl Clone for AffiliatedCompany
impl Clone for AffiliatedCompany
Source§fn clone(&self) -> AffiliatedCompany
fn clone(&self) -> AffiliatedCompany
Returns a duplicate 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 AffiliatedCompany
impl Debug for AffiliatedCompany
Source§impl Default for AffiliatedCompany
impl Default for AffiliatedCompany
Source§fn default() -> AffiliatedCompany
fn default() -> AffiliatedCompany
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AffiliatedCompany
impl<'de> Deserialize<'de> for AffiliatedCompany
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
Source§impl PartialEq for AffiliatedCompany
impl PartialEq for AffiliatedCompany
Source§impl Serialize for AffiliatedCompany
impl Serialize for AffiliatedCompany
impl StructuralPartialEq for AffiliatedCompany
Auto Trait Implementations§
impl Freeze for AffiliatedCompany
impl RefUnwindSafe for AffiliatedCompany
impl Send for AffiliatedCompany
impl Sync for AffiliatedCompany
impl Unpin for AffiliatedCompany
impl UnwindSafe for AffiliatedCompany
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