pub struct Exit {
pub linkedin_profile_url: Option<Option<String>>,
pub crunchbase_profile_url: Option<Option<String>>,
pub name: Option<Option<String>>,
}
Fields§
§linkedin_profile_url: Option<Option<String>>
LinkedIn Profile URL of the company that has exited
crunchbase_profile_url: Option<Option<String>>
Crunchbase Profile URL of the company that has exited
name: Option<Option<String>>
Name of the company
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Exit
impl<'de> Deserialize<'de> for Exit
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
impl StructuralPartialEq for Exit
Auto Trait Implementations§
impl Freeze for Exit
impl RefUnwindSafe for Exit
impl Send for Exit
impl Sync for Exit
impl Unpin for Exit
impl UnwindSafe for Exit
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