Struct fastly_api::models::service_authorizations_response_all_of::ServiceAuthorizationsResponseAllOf
source · pub struct ServiceAuthorizationsResponseAllOf {
pub data: Option<Vec<ServiceAuthorizationResponseData>>,
}
Fields§
§data: Option<Vec<ServiceAuthorizationResponseData>>
Implementations§
Trait Implementations§
source§impl Clone for ServiceAuthorizationsResponseAllOf
impl Clone for ServiceAuthorizationsResponseAllOf
source§fn clone(&self) -> ServiceAuthorizationsResponseAllOf
fn clone(&self) -> ServiceAuthorizationsResponseAllOf
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 Default for ServiceAuthorizationsResponseAllOf
impl Default for ServiceAuthorizationsResponseAllOf
source§fn default() -> ServiceAuthorizationsResponseAllOf
fn default() -> ServiceAuthorizationsResponseAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceAuthorizationsResponseAllOf
impl<'de> Deserialize<'de> for ServiceAuthorizationsResponseAllOf
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<ServiceAuthorizationsResponseAllOf> for ServiceAuthorizationsResponseAllOf
impl PartialEq<ServiceAuthorizationsResponseAllOf> for ServiceAuthorizationsResponseAllOf
source§fn eq(&self, other: &ServiceAuthorizationsResponseAllOf) -> bool
fn eq(&self, other: &ServiceAuthorizationsResponseAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServiceAuthorizationsResponseAllOf
Auto Trait Implementations§
impl RefUnwindSafe for ServiceAuthorizationsResponseAllOf
impl Send for ServiceAuthorizationsResponseAllOf
impl Sync for ServiceAuthorizationsResponseAllOf
impl Unpin for ServiceAuthorizationsResponseAllOf
impl UnwindSafe for ServiceAuthorizationsResponseAllOf
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