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