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