pub struct GetCompanyActivityResponse {
pub activity: Option<Vec<Map<String, Value>>>,
}Expand description
GetCompanyActivityResponse model.
Fields§
§activity: Option<Vec<Map<String, Value>>>Trait Implementations§
Source§impl Clone for GetCompanyActivityResponse
impl Clone for GetCompanyActivityResponse
Source§fn clone(&self) -> GetCompanyActivityResponse
fn clone(&self) -> GetCompanyActivityResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCompanyActivityResponse
impl Debug for GetCompanyActivityResponse
Source§impl Default for GetCompanyActivityResponse
impl Default for GetCompanyActivityResponse
Source§fn default() -> GetCompanyActivityResponse
fn default() -> GetCompanyActivityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCompanyActivityResponse
impl<'de> Deserialize<'de> for GetCompanyActivityResponse
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 GetCompanyActivityResponse
Auto Trait Implementations§
impl Freeze for GetCompanyActivityResponse
impl RefUnwindSafe for GetCompanyActivityResponse
impl Send for GetCompanyActivityResponse
impl Sync for GetCompanyActivityResponse
impl Unpin for GetCompanyActivityResponse
impl UnsafeUnpin for GetCompanyActivityResponse
impl UnwindSafe for GetCompanyActivityResponse
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