pub struct PostDetectedSecretsQueriesResponse {
pub data: Option<Vec<PostDetectedSecretsQueriesResponseDataItem>>,
pub meta: Option<PostDetectedSecretsQueriesResponseMeta>,
}
Fields§
§data: Option<Vec<PostDetectedSecretsQueriesResponseDataItem>>
§meta: Option<PostDetectedSecretsQueriesResponseMeta>
The response’s meta information for paginated results.
Trait Implementations§
Source§impl Clone for PostDetectedSecretsQueriesResponse
impl Clone for PostDetectedSecretsQueriesResponse
Source§fn clone(&self) -> PostDetectedSecretsQueriesResponse
fn clone(&self) -> PostDetectedSecretsQueriesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for PostDetectedSecretsQueriesResponse
impl<'de> Deserialize<'de> for PostDetectedSecretsQueriesResponse
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 PostDetectedSecretsQueriesResponse
impl PartialEq for PostDetectedSecretsQueriesResponse
Source§fn eq(&self, other: &PostDetectedSecretsQueriesResponse) -> bool
fn eq(&self, other: &PostDetectedSecretsQueriesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostDetectedSecretsQueriesResponse
Auto Trait Implementations§
impl Freeze for PostDetectedSecretsQueriesResponse
impl RefUnwindSafe for PostDetectedSecretsQueriesResponse
impl Send for PostDetectedSecretsQueriesResponse
impl Sync for PostDetectedSecretsQueriesResponse
impl Unpin for PostDetectedSecretsQueriesResponse
impl UnwindSafe for PostDetectedSecretsQueriesResponse
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