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