pub struct ListMissionObjectivesResponse {
pub items: Vec<Objective>,
pub total: i64,
}Expand description
ListMissionObjectivesResponse model.
Fields§
§items: Vec<Objective>§total: i64Trait Implementations§
Source§impl Clone for ListMissionObjectivesResponse
impl Clone for ListMissionObjectivesResponse
Source§fn clone(&self) -> ListMissionObjectivesResponse
fn clone(&self) -> ListMissionObjectivesResponse
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 Default for ListMissionObjectivesResponse
impl Default for ListMissionObjectivesResponse
Source§fn default() -> ListMissionObjectivesResponse
fn default() -> ListMissionObjectivesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListMissionObjectivesResponse
impl<'de> Deserialize<'de> for ListMissionObjectivesResponse
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 ListMissionObjectivesResponse
Auto Trait Implementations§
impl Freeze for ListMissionObjectivesResponse
impl RefUnwindSafe for ListMissionObjectivesResponse
impl Send for ListMissionObjectivesResponse
impl Sync for ListMissionObjectivesResponse
impl Unpin for ListMissionObjectivesResponse
impl UnsafeUnpin for ListMissionObjectivesResponse
impl UnwindSafe for ListMissionObjectivesResponse
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