pub struct DatadogSingleSignOnResourceListResponse {
pub value: Vec<DatadogSingleSignOnResource>,
pub next_link: Option<String>,
}
Expand description
Response of a list operation.
Fields§
§value: Vec<DatadogSingleSignOnResource>
Results of a list operation.
next_link: Option<String>
Link to the next set of results, if any.
Implementations§
Trait Implementations§
source§impl Clone for DatadogSingleSignOnResourceListResponse
impl Clone for DatadogSingleSignOnResourceListResponse
source§fn clone(&self) -> DatadogSingleSignOnResourceListResponse
fn clone(&self) -> DatadogSingleSignOnResourceListResponse
Returns a copy 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 Continuable for DatadogSingleSignOnResourceListResponse
impl Continuable for DatadogSingleSignOnResourceListResponse
type Continuation = String
fn continuation(&self) -> Option<Self::Continuation>
source§impl Default for DatadogSingleSignOnResourceListResponse
impl Default for DatadogSingleSignOnResourceListResponse
source§fn default() -> DatadogSingleSignOnResourceListResponse
fn default() -> DatadogSingleSignOnResourceListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DatadogSingleSignOnResourceListResponse
impl<'de> Deserialize<'de> for DatadogSingleSignOnResourceListResponse
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<DatadogSingleSignOnResourceListResponse> for DatadogSingleSignOnResourceListResponse
impl PartialEq<DatadogSingleSignOnResourceListResponse> for DatadogSingleSignOnResourceListResponse
source§fn eq(&self, other: &DatadogSingleSignOnResourceListResponse) -> bool
fn eq(&self, other: &DatadogSingleSignOnResourceListResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.