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 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 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 for ServiceAuthorizationsResponseAllOf
impl PartialEq for ServiceAuthorizationsResponseAllOf
Source§fn eq(&self, other: &ServiceAuthorizationsResponseAllOf) -> bool
fn eq(&self, other: &ServiceAuthorizationsResponseAllOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceAuthorizationsResponseAllOf
Auto Trait Implementations§
impl Freeze for ServiceAuthorizationsResponseAllOf
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