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