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